freebsd-skq/sbin/hastd
Mikolaj Golub ba2a822490 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
2011-06-17 07:07:26 +00:00
..
activemap.c
activemap.h
control.c
control.h
crc32.c
crc32.h
ebuf.c
ebuf.h
event.c
event.h
hast_checksum.c
hast_checksum.h
hast_compression.c
hast_compression.h
hast_proto.c
hast_proto.h
hast.conf.5
hast.h
hastd.8
hastd.c
hastd.h
hooks.c
hooks.h
lzf.c
lzf.h
Makefile
metadata.c
metadata.h
nv.c
nv.h
parse.y
pjdlog.c
pjdlog.h
primary.c In HAST we use two sockets - one for only sending the data and one for 2011-06-17 07:07:26 +00:00
proto_common.c
proto_impl.h
proto_socketpair.c
proto_tcp.c
proto_uds.c
proto.c
proto.h
rangelock.c
rangelock.h
secondary.c In HAST we use two sockets - one for only sending the data and one for 2011-06-17 07:07:26 +00:00
subr.c
subr.h
synch.h
token.l