tags:

views:

20

answers:

1

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