Results 1 to 3 of 3

Thread: 5120 byte nax size for TCP messages

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Middle Earth
    Posts
    156

    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?

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    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.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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
  •  



Click Here to Expand Forum to Full Width