Compatibility fix for BSDi.
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *.
Showing
Please register or sign in to comment
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *.