Programing practices : how to choose a packet size for UDP datagrams?

Limiting to 576 bytes is very common. Most of the Internet protocols such as DNS do this. Most real-time streaming protocols also use smaller packets since it has the added benefit of providing lower serialization delay and less impact if a single packet is lost.

Limiting to 576 bytes is very common. Most of the Internet protocols such as DNS do this. Most real-time streaming protocols also use smaller packets since it has the added benefit of providing lower serialization delay and less impact if a single packet is lost.

Some protocols have ways of negotiating a larger packet size, though often not in a way that's as robust as PMTU discovery (DHCP, for example allows a maximum message size negotiation). There's also stuff that defaults to 1500 or so and lets the user lower it if necessary. Most implementations of SNMP seem to do something like this.In any event, the DF bit isn't generally set, so the consequence of being overly optimistic is fragmentation, not brokenness.

Interesting answer, thanks! If anyone have specific information about SIP & skype, I'm interested also. – Jocelyn Dec 14 '10 at 17:14 According to arxiv.Org/pdf/cs/0412017 skype uses a 67-byte UDP payload – eater Dec 15 '10 at 2:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions