Sara wrote:
> Does anyone know what is the maximun size i can send using a raw
> socket... and with the ip header included...i have a ip
> packet..constructed..the size with the data is exactly 1500 ..but when
> sending out itz say message too long..i have enable don't include header
> option ...but it still give me the same error...
It's restricted to the MTU of the outbound interface. For ethernet,
this should be 1500 bytes, including IP headers, but not including the
ethernet header or trailer. For serial links, values of 296 or 576 are
common.
--
Glynn Clements <[EMAIL PROTECTED]>