net.inet.tcp.recvbuf_inc removed?

Hi there.

Under FreeBSD 13, the command "sysctl net.inet.tcp.sendbuf_inc" replies as;

net.inet.tcp.sendbuf_inc: 8192

However, "sysctl net.inet.tcp.recvbuf_inc" says;

sysctl: unknown oid 'net.inet.tcp.recvbuf_inc'

Any idea why it doesn't exist? Is such parameter removed in FreeBSD 13? If so, why only *recv?

Thanks.
 
I only found a really old commit from 2007 that references that sysctl. But that was a commit to add them. Haven't found anything in the git logs that mentions removing it.
 
Back
Top