cvs commit: src/sys/netinet tcp_input.c

Matthew Dillon dillon at apollo.backplane.com
Sat Mar 19 10:47:41 PST 2005


:On Fri, Mar 18, 2005 at 10:29:05AM -0800, Matthew Dillon wrote:
:> dillon      2005/03/18 10:29:05 PST
:> 
:> DragonFly src repository
:> 
:>   Modified files:
:>     sys/netinet          tcp_input.c 
:>   Log:
:>   Add a sysctl "net.inet.tcp.aggregate_acks" which controls the tcp ack
:>   aggregation feature, default to on.
:
:Since almost anyone wants to have it on, wouldn't it make more sense to
:call it "net.inet.tcp.disable_aggregated_acks"?
:
:Joerg

    I don't think so, no.  There are some sysctls like that but generally
    speaking '0' should mean disabled and '1' should mean enabled.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list