Originally posted by Prashanth Chandra:
Hi
Generally the TCP/IP packet size is 8 KB
It is substantially less than that:
a TCP/IP node can send small amounts of data (typically less than 1500 bytes) with no difficulty, but transmission attempts with larger amounts of data hang, then time out.
Adjusting IP MTU - Cisco.com There is no way to change packet size programmatically. Even if there were, other network layers can chop up the packet they are handling as needed.
Why is this a problem?