Re: [Etherboot-developers] Re: TCP and HTTP support
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Markus G. <ma...@gu...> - 2003-08-03 17:47:50
|
Markus Gutschke wrote: > latter is the problem. I know that none of my packets are large, so I > guess I could just shrink this buffer (576 would make a lot of sense), > and impose a maximum segment size for outgoing TCP packets. I just tested, and the code works correctly, even if I shrink the buffer size to something as ridiculous as just 50 bytes. Of course, now, the "HTTP GET" request is split across three or four TCP packets ;-) Realistic sizes should probably be in the ballpark region of at least 128 bytes. Markus |