Bugtraq mailing list archives

Re: Small TCP packets == very large overhead == DoS?


From: "gregory duchemin" <c3rb3r () hotmail com>
Date: Tue, 10 Jul 2001 01:17:29 -0000


hello,


know if the TCP silly window syndrome might be used too ?
Uploading/downloading files byte per byte to/from a remote ftp server with a
stupid window size of one byte may generate a very high overhead.

My tanenbaum book say that Clark solution consists in avoiding sender
(attacker) from sending window size notification till his buffer is
egal to the initial mss value *OR* half empty.
so using a buffer size of one byte may theoricaly result in a notification
storm and a great bandwidth waste due to a large amount of headers.
Defining a buffer size of one byte is made possible by using specific socket
options (SO_SNDBUF/SO_RCVBUF/SO_SNDLOWAT/SO_RCVLOWAT) with setsockopt()

did someone here already try it ?

cheers,


Gregory




_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Current thread: