saghul / sjs

Skookum JS: a JavaScript runtime
http://sjs.saghul.net
MIT License
97 stars 13 forks source link

added SO_RCVTIMEO and SO_SNDTIMEO constants to class "net", updated test #71

Closed tarkin000 closed 5 years ago

tarkin000 commented 5 years ago

N.B.: SO_RCVTIMEO values returned from getsockopt will differ from the value set by setsockopt because of the way the Linux kernel interprets the fields of the struct timeval, see- this StackOverflow post

saghul commented 5 years ago

Thank you!