CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/19 01:40:41
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h
Log message:
When allocating socketpair() increase their send and receive buffers to
4 times the read size. This helps to increase the efficency of poll()
since now most of the time the read and write call can operate on full
buffers.
OK benno@ phessler@
