What is POSIX function to get MTU Size value ?? Thanks.
+1
A:
No, there is no generic POSIX function for that.
The best you can do is to invoke a GET_MTU
/ SIOCGIFMTU
ioctl
on the socket, but this is not in the POSIX standard. not supported by all POSIX.
J-16 SDiZ
2010-03-22 07:02:20