diff options
author | paul <paul> | 2005-01-05 08:14:13 +0000 |
---|---|---|
committer | paul <paul> | 2005-01-05 08:14:13 +0000 |
commit | a24a7e1b9e145d4c855d0aa4d919a79f598c645b (patch) | |
tree | 02236b0424330cce2c902a9a971829a3610bac25 /bgpd/ChangeLog | |
parent | 6c20046fd7494f9f529dac1b6f79da51b6efa44d (diff) |
2005-01-05 Paul Jakma <paul@dishone.st>
* bgp_packet.c: (bgp_write) set socket to nonblock while writing
this should be generalised. See bugzilla #102. Fix supplied by
wawa@yandex-team.ru (Vladimir Ivanov).
Diffstat (limited to 'bgpd/ChangeLog')
-rw-r--r-- | bgpd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index b9d0cd59..79414def 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,9 @@ +2005-01-05 Paul Jakma <paul@dishone.st> + + * bgp_packet.c: (bgp_write) set socket to nonblock while writing + this should be generalised. See bugzilla #102. Fix supplied by + wawa@yandex-team.ru (Vladimir Ivanov). + 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * *.c: Change level of debug messages to LOG_DEBUG. |