diff options
author | paul <paul> | 2004-08-18 21:52:58 +0000 |
---|---|---|
committer | paul <paul> | 2004-08-18 21:52:58 +0000 |
commit | c0618de64ca81b9f1f2fd05e43c24f155234b451 (patch) | |
tree | 0ebc88399e56746bd72df617aed4f049dc2024f3 /lib/ChangeLog | |
parent | 2990460691f1d674180154fd4bcee64d8f745277 (diff) |
2004-08-18 Paul Jakma <paul@dishone.st>
* vty.c: (vty_serv_un) set unix vty socket to nonblocking
to prevent inadvertent blocking of daemons by use of
vtysh. TODO: disentangle manual paging from the buffer_write
path so that unix vty can use this path too and be reliable.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 4540456a..421a4f0b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-08-18 Paul Jakma <paul@dishone.st> + + * vty.c: (vty_serv_un) set unix vty socket to nonblocking + to prevent inadvertent blocking of daemons by use of + vtysh. TODO: disentangle manual paging from the buffer_write + path so that unix vty can use this path too and be reliable. + 2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * sockopt.c (getsockopt_ipv4_pktinfo_ifindex): Make this compile |