https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204438
Allan Jude <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Allan Jude <[email protected]> --- I have run into this, but never understood why it happened, just worked around it. in openssh-portable with HPN enabled, I tried to use '-oTcpRcvBuf=4M' to increase the socket buffer size to receive large ZFS replication streams more quickly. Of course, with kern.ipc.maxsockbuf set to 4M, this fails, I have to use 3.5M or something. This patch would seem to solve that. Thank you. The biggest question is, why can't I actually use a sockbuf for 4M? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
