diff options
author | paul <paul> | 2005-01-05 08:30:35 +0000 |
---|---|---|
committer | paul <paul> | 2005-01-05 08:30:35 +0000 |
commit | 865b852cbf82f2da6cd3908e76176ceb6ad33d26 (patch) | |
tree | d34f9664feb19e614e3e64609e1c3a9329e8f2f8 /zebra/ChangeLog | |
parent | a24a7e1b9e145d4c855d0aa4d919a79f598c645b (diff) |
2005-01-05 Paul Jakma <paul@dishone.st>
* zserv.c: (zebra_accept) Comment out setting of socket to NONBLOCK
for now, as we dont actually deal with with resending.... See
bugzilla #122, fix from wawa@yandex-team.ru (Vladimir Ivanov).
* kernel_socket.c: (routing_socket) ditto.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index e26204c8..d54d8a9b 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,10 @@ +2005-01-05 Paul Jakma <paul@dishone.st> + + * zserv.c: (zebra_accept) Comment out setting of socket to NONBLOCK + for now, as we dont actually deal with with resending.... See + bugzilla #122, fix from wawa@yandex-team.ru (Vladimir Ivanov). + * kernel_socket.c: (routing_socket) ditto. + 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * rtadv.c: (rtadv_recv_packet,rtadv_send_packet) Use ZCMSG_FIRSTHDR |