문제

What is POSIX function to get MTU Size value ?? Thanks.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top