*** empty log message ***

This commit is contained in:
Felix von Leitner 2003-10-19 17:21:14 +00:00
parent 0616cd88b9
commit e87eaf9bdd
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
turns out that BSD sendfile is actually FreeBSD sendfile -- neither
OpenBSD nor NetBSD have it (as of 3.4 and 1.6.1). That means I'll
need to try using mmap on OpenBSD and NetBSD to get zero-copy TCP.
guard against same event being signalled twice (confused our list
handling)
0.16:
add buffer_fromsa (make buffer from stralloc)