|
-
Dec 8th, 2008, 12:55 PM
#1
Thread Starter
Addicted Member
5120 byte nax size for TCP messages
Hi,
I have noticed that some network programmers put a 5120 byte cap on their outbound packets. Why is this?
-
Dec 10th, 2008, 10:12 AM
#2
Re: 5120 byte nax size for TCP messages
i don't understand your question really.
tcp will use mtu / mss to determine the actual packet size transmitted.
for ethernet a typical mtu is 1500 and on gige networks 9KB are used. the ethernet limit is based on early shared medium requirements that one device not dominate the medium.
-
Dec 11th, 2008, 07:32 AM
#3
Re: 5120 byte nax size for TCP messages
Lots of people say "packet" when they mean something else, usually one call to SendData (which is not a packet at all and can be a whole file).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|