Send failed - Errno: 90
My ifconfig shows
emac2: flags=8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu
1500
inet 172.16.1.107 netmask 0xffff0000 broadcast 172.16.255.255
ether 00:17:3c:00:32:b6
Thanks
Gary
"ifconfig emac2 mtu <number>"?
Note that many controllers don't support frames larger than 1518, and
changing the MTU setting has many interoperability side effects.
--
Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.5" / 37N 20' 15.3"
Internet: steve @ Watt.COM Whois: SW32-ARIN
Free time? There's no such thing. It just comes in varying prices...
Yes i've tried the ifconfig emac2 mtu 1514 but 'mtu' is not
supported in LynxOS.
I can send a 1600 byte packet via a regular socket, just not the raw
one..
Gary
> > "ifconfig emac2 mtu <number>"?
> > Note that many controllers don't support frames larger than 1518, and
> > changing the MTU setting has many interoperability side effects.
>
>Yes i've tried the ifconfig emac2 mtu 1514 but 'mtu' is not
>supported in LynxOS.
The MTU parameter is certainly supported in LynxOS. It may not be
supported by whatever driver underlies 'emac2'.
To verify, try "ifconfig emac2 mtu 500". If that works, then 1500
is the maximum MTU that hardware supports.
>I can send a 1600 byte packet via a regular socket, just not the raw
>one..
Yes, because a regular socket (assuming you mean IP with either TCP
or UDP) has upper-level support for segmentation or fragmentation,
respectively.
hmmmm
ifconfig emac2 mtu 500
ERROR: ioctl (set mtu): Invalid argument
My driver may not support it. What does the driver change
specifically if we added an mtu to it ?
Gary
very few lynx interface driver does support thes ioctls. em (intel
pro1000) does support it
S.