]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Add a write callback to eloop so we know when we can write to the socket.
authorRoy Marples <roy@marples.name>
Thu, 4 Sep 2014 19:30:47 +0000 (19:30 +0000)
committerRoy Marples <roy@marples.name>
Thu, 4 Sep 2014 19:30:47 +0000 (19:30 +0000)
commit23f9d8b4cef54c2e2ddeb4ebbc12ed3ed901b8fd
tree185bfd98bb2fd07caf7e4cd262692f097ca514d4
parent6dcd7daee55d86ec7befa13e8390abff9b1afb8b
Add a write callback to eloop so we know when we can write to the socket.
This seems to be important for our control socket as sometimes, we fail to
write with EAGAIN and dhcpcd should not block on users of this socket.
arp.c
control.c
dhcp.c
dhcp6.c
dhcpcd.c
eloop.c
eloop.h
ipv6nd.c