CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/04 12:36:25
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
The change of the sb_mbmax calculation in sbreserve() broke setting
a fixed socket send buffer size for TCP. tcp_update_sndspace()
could overwrite the value as the algorithms were not in sync.
OK benno@ claudio@
