Date: Fri, 17 Jun 2011 07:07:26 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/hastd primary.c secondary.c Message-ID: <201106170707.p5H77gER058509@repoman.freebsd.org>
index | next in thread | raw e-mail
trociny 2011-06-17 07:07:26 UTC
FreeBSD src repository
Modified files:
sbin/hastd primary.c secondary.c
Log:
SVN rev 223181 on 2011-06-17 07:07:26Z by trociny
In HAST we use two sockets - one for only sending the data and one for
only receiving the data. In r220271 the unused directions were
disabled using shutdown(2).
Unfortunately, this broke automatic receive buffer sizing, which
currently works only for connections in ETASBLISHED state. It was a
root cause of the issue reported by users, when connection between
primary and secondary could get stuck.
Disable the code introduced in r220271 until the issue with automatic
buffer sizing is not resolved.
Reported by: Daniel Kalchev <daniel@digsys.bg>, danger, sobomax
Tested by: Daniel Kalchev <daniel@digsys.bg>, danger
Approved by: pjd (mentor)
MFC after: 1 week
Revision Changes Path
1.75 +2 -0 src/sbin/hastd/primary.c
1.42 +4 -0 src/sbin/hastd/secondary.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106170707.p5H77gER058509>
