Systemd/src/libsystemd-network
Tom Gundersen 22fc2420b2 sd-dhcp-client: use asynchronous_close()
close() is a blocking call, which may slow things down measurably when running many dhcp
clients in the same single-threaded main loop. Let's just use the asynchronous version
instead to avoid the problem.
2014-05-06 22:59:22 +02:00
..
dhcp-internal.h dhcp-network: don't pass ifindex to bind_udp_socket 2014-05-06 21:58:08 +02:00
dhcp-lease-internal.h sd-dhcp-lease: add NTP support 2014-04-29 12:25:58 +02:00
dhcp-network.c sd-dhcp: network - don't leak sockets on failure 2014-05-06 22:15:46 +02:00
dhcp-option.c sd-dhcp-client: move magic cookie into DHCPMessage struct 2014-04-06 19:36:05 +02:00
dhcp-packet.c sd-dhcp: network - set TOS on outgoing packets 2014-05-06 22:09:05 +02:00
dhcp-protocol.h sd-dhcp-client: Add an explicit stop state for the DHCP client 2014-04-11 10:53:34 +03:00
ipv4ll-internal.h sd-network: IPv4 link-local support [v2] 2014-03-03 23:24:34 +01:00
ipv4ll-network.c sd-dhcp: network - don't leak sockets on failure 2014-05-06 22:15:46 +02:00
ipv4ll-packet.c sd-network: IPv4 link-local support [v2] 2014-03-03 23:24:34 +01:00
Makefile sd-network: add new library 2014-02-28 01:01:13 +01:00
network-internal.c networkd-wait-online: improve interoptability and enable by default 2014-04-24 00:23:07 +02:00
network-internal.h networkd-wait-online: improve interoptability and enable by default 2014-04-24 00:23:07 +02:00
sd-dhcp-client.c sd-dhcp-client: use asynchronous_close() 2014-05-06 22:59:22 +02:00
sd-dhcp-lease.c networkd: dont configure route if lease doesn't have one 2014-04-30 00:05:28 +02:00
sd-ipv4ll.c libnetworkd: add link local tests 2014-04-27 23:39:13 +02:00
test-dhcp-client.c dhcp-network: don't pass ifindex to bind_udp_socket 2014-05-06 21:58:08 +02:00
test-dhcp-option.c sd-dhcp-client: test - fix for jenkins 2014-04-10 17:08:32 +02:00
test-ipv4ll.c libnetworkd: add link local tests 2014-04-27 23:39:13 +02:00