libnl/include
Thomas Haller 15824e4273 lib/socket: remove NL_SOCK_BUFSIZE_SET socket flag
The flag was not actually used.

NL_SOCK_BUFSIZE_SET was only set by nl_socket_set_buffer_size().
Note that you can only call nl_socket_set_buffer_size() on a socket that
is already connected via nl_connect().

On first call, nl_connect() would always see NL_SOCK_BUFSIZE_SET unset, and
call nl_socket_set_buffer_size().

Since the flag was never unset, when trying to connect a socket a second
time, we would not set the buffer size again. Which was a bug.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2015-03-05 11:25:20 +01:00
..
linux-private/linux route/act: add skbedit action 2015-02-02 18:16:11 +01:00
netlink cls: add rtnl_u32_get_classid() API 2015-03-04 20:31:37 +01:00
netlink-private lib/socket: remove NL_SOCK_BUFSIZE_SET socket flag 2015-03-05 11:25:20 +01:00
Makefile.am route/act: add skbedit action 2015-02-02 18:16:11 +01:00