mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
platform: increase netlink resync retry count
With a small buffer (of 4K) and many links (100 ethernet adapters), I've seen up to ~15 retries of link change until things settled. Let's increase this. Still a »bulharská konštanta« but possibly safer and more broadly useful (so we can cap the link change retry count too).
This commit is contained in:
parent
e45b27a937
commit
fee7832bde
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ struct _ifla_vf_vlan_info {
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define RESYNC_RETRIES 10
|
||||
#define RESYNC_RETRIES 50
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue