Systemd/src/libsystemd/sd-netlink
Andreas Rammhold 32fcf399bf 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.
2020-05-14 22:27:03 +02:00
..
generic-netlink.c tree-wide: drop double newline 2019-11-04 00:30:32 +09:00
generic-netlink.h sd-netlink: constify object pointers passed to getters 2019-10-24 11:48:08 +02:00
netlink-internal.h sd-netlink: remove unused RTNL_WQUEUE_MAX define 2020-05-14 22:27:03 +02:00
netlink-message.c netlink: Fix assert condition on n_containers 2020-05-13 22:56:42 +02:00
netlink-slot.c sd-netlink: constify object pointers passed to getters 2019-10-24 11:48:08 +02:00
netlink-slot.h sd-netlink: set destroy_callback only if asynchronous call succeeds 2018-12-14 08:50:51 +01:00
netlink-socket.c netlink: port to recvmsg_safe() 2020-05-12 10:47:06 +02:00
netlink-types.c sd-netlink: Add IFLA_QDISC 2020-03-13 10:54:02 +01:00
netlink-types.h sd-netlink: add HHF netlink property 2020-03-12 15:39:12 +09:00
netlink-util.c network: make Type=ether match based on iftype 2020-03-02 08:52:18 +01:00
netlink-util.h Merge pull request #14890 from yuwata/network-tc-next 2020-03-07 01:44:15 +09:00
rtnl-message.c sd-netlink: introduce sd_rtnl_message_new_tclass() and friends 2020-03-02 15:46:28 +09:00
sd-netlink.c sd-netlink: support NLMSGERR_ATTR_MSG 2019-11-30 16:13:51 +09:00
test-netlink.c tree-wide: Initialize _cleanup_ variables if needed 2020-05-13 22:56:42 +02:00