CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/16 07:15:32
Modified files:
sys/kern : uipc_socket2.c
Log message:
Use the actual cluster size instead of fixed MCLBYTES for the
condition in sb_compress(). Currently the actual cluster size might
be 9KB even if the mtu is 1500, in this case a lot of memory space had
been wasted, since sbcompress() doesn't compress because of previous
condition.
ok dlg claudio
