Tweaks for high-bandwidth tinc

Brandon Black blblack at gmail.com
Sat Nov 13 19:25:18 CET 2010


On Sat, Nov 13, 2010 at 12:05 PM, Brandon Black <blblack at gmail.com> wrote:
> Patches inbound to the list now.

I noticed a minor bug in my UDP buffer patch after sending.  The log
warning message doesn't show the right number.

On the two lines that look like this:

logger(LOG_WARNING, "Can't set UDP SO_RCVBUF to %i: %s", option,
strerror(errno))
logger(LOG_WARNING, "Can't set UDP SO_SNDBUF to %i: %s", option,
strerror(errno))

"option" should be "udp_rcvbuf" or "udp_sndbuf".

-- Brandon


More information about the tinc-devel mailing list