CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/12 15:57:17
Modified files:
share/man/man4 : tcp.4
sys/netinet : tcp.h tcp_output.c tcp_usrreq.c tcp_var.h
Log message:
Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing. It avoids sending small packets.
>From FreeBSD via David Hill; OK mikeb@ henning@
