Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bytes over network

2 views
Skip to first unread message

ankur

unread,
Jun 16, 2009, 7:06:16 AM6/16/09
to
Hi All,
I am sending some data over the network using IO::Socket::INET and
when I print the length of scalar it prints as 1464
my $size = length($send_buf);

But on the other side I see data coming in size of 4096 (from
tcpdump).But I want to send only 1464 bytes only.Kindly help

Thanks
Ankur Goel

0 new messages