Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/net/lib/libsockin



Module Name:    src
Committed By:   pooka
Date:           Tue Jan 27 13:40:16 UTC 2009

Modified Files:
        src/sys/rump/net/lib/libsockin: sockin.c

Log Message:
* read TCP sockets in cluster-sized chunks instead of IP_MAXPACKET.
  (it might be a better to chain a few clusters into the iov
   instead of just one since we are making the syscall anyway)
* don't overwrite the useful error value


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/rump/net/lib/libsockin/sockin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index