bughelp wanted
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Currently
_setsockopt(&_getsockopt) only handles integers. todo: fails with e.g.SO_RCVTIMEO/SO_SNDTIMEOif (!Number.isInteger(flagValue)) { throw new Error('flagValue must be an integer') }
The native code would have to be adapted to create the appropriate structs for selected flags.