bird/client
Martin Mares 5f2a6a9ff3 Fix handling on full pipe to client in bird. Prevent packet overflows
for even only medium sized route table output. Fix a strange garbled
output problem in the client. The latter seems to be caused by some
library doing tcflush while there is still command output pending. So
the best fix here is to do fflush and then tcdrain. Note that this
problem occurs only under certain load situations and is not too easy to
reproduce.

(by Andreas)
2004-05-31 17:55:30 +00:00
..
client.c Fix handling on full pipe to client in bird. Prevent packet overflows 2004-05-31 17:55:30 +00:00
client.h Support expansion of command abbreviations. 2000-02-27 22:00:19 +00:00
cmds.m4 Both help' command and the unknown command' error message now tell 2000-05-31 22:39:06 +00:00
commands.c Both help' command and the unknown command' error message now tell 2000-05-31 22:39:06 +00:00
Doc Updated all the Doc files to new format. 2000-05-31 11:30:18 +00:00
Makefile Put client on a stony ground. The whole client is going to be system-specific 2000-01-19 15:07:00 +00:00
util.c Include "lib/string.h" instead of <string.h>. It should give us bzero() 2000-03-31 23:30:21 +00:00