sd-netlink: remove unused RTNL_WQUEUE_MAX define

While investigating why some of my netlink calls would timeout I
stumbled upon the definition of the max write queue length. Finding this
constant made me believe we still had a write queue in the code - which
isn't true. The netlink write queue code was removed in #189.
This commit is contained in:
Andreas Rammhold 2020-05-14 19:23:33 +02:00 committed by Lennart Poettering
parent c53ce14dfc
commit 32fcf399bf
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#define RTNL_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))
#define RTNL_WQUEUE_MAX 1024
#define RTNL_RQUEUE_MAX 64*1024
#define RTNL_CONTAINER_DEPTH 32