Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How come only the first part of my datagram is getting through?



How come only the first part of my datagram is getting through?..

Answer / chaitanya

This has to do with the maximum size of a datagram on the two machines involved. This depends on the sytems involved, and the MTU (Maximum Transmission Unit). According to "UNIX Network Programming", all TCP/IP implementations must support a minimum IP datagram size of 576 bytes, regardless of the MTU. Assuming a 20 byte IP header and 8 byte UDP header, this leaves 548 bytes as a safe maximum size for UDP messages. The maximum size is 65516 bytes. Some platforms support IP fragmentation which will allow datagrams to be broken up (because of MTU values) and then re-assembled on the other end, but not all implementations support this.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

How do Sockets Work?

1 Answers  


How can my client work through a firewall/proxy server?

1 Answers  


What is the function of socket?

0 Answers  


Can a socket have multiple ports?

0 Answers  


What is LILO?

2 Answers  


What is a socket address?

0 Answers  


How is a socket created?

0 Answers  


After the chroot(), calls to socket() are failing. Why?

1 Answers  


of the socket? Does doing a connect() call affect the receive behaviour?

1 Answers  


How to find other end of unix socket connection?

0 Answers  


When should I use UDP instead of TCP?

1 Answers  


What is active unix domain sockets?

0 Answers  


Categories