Hi,
I am trying to find out how to optimize the kernel for high
performance data transfers. As a point of reference, under NetBSD one
can change these options in the kernel config file:
options SB_MAX=1048576 # maximum socket buffer size
options TCP_SENDSPACE=65536 # default send socket buffer
size
options TCP_RECVSPACE=65536 # default recv socket buffer
size
options NMBCLUSTERS=1024 # maximum number of mbuf
clusters
Where do I find the equivalent settings in OpenBSD?
-Breen Ouellette