Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.1:Test
NetworkManager
nm-increase-wired-8021x-timeout.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nm-increase-wired-8021x-timeout.patch of Package NetworkManager
commit 1875dc8bdeee968ab0e0fe8c4b39118f56dc3c90 Author: Tambet Ingo <tambet@gmail.com> Date: Mon Feb 2 16:22:07 2009 +0200 Increase wired 802.1x wired authentication timeout (from 15s to 60s). diff --git a/src/nm-device-ethernet.c b/src/nm-device-ethernet.c index d62f3f3..157d8ff 100644 --- a/src/nm-device-ethernet.c +++ b/src/nm-device-ethernet.c @@ -991,7 +991,7 @@ supplicant_iface_connection_state_cb_handler (gpointer user_data) /* Start the link timeout so we allow some time for reauthentication */ if (!priv->link_timeout_id) - priv->link_timeout_id = g_timeout_add (15000, link_timeout_cb, dev); + priv->link_timeout_id = g_timeout_add_seconds (60, link_timeout_cb, dev); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor