3 Commits

Author SHA1 Message Date
Matt Joiner
28dc0654fa fix error handling when setting socket options (#102)
Both sockopt and control errors can't exist at the same time, but control errors should occur first, and so are given precedence.

Fixes #101
2023-04-25 05:20:04 -07:00
Steven Allen
9e3f8c0880 windows: use SO_REUSEADDR form sys/windows instead of from syscall (#63)
Some constants in syscall are wrong, IIRC, and I'd like to avoid it as much as
possible.
2019-01-09 09:52:01 +11:00
Matt Joiner
7729dc3568 Switch to new Control interface 2019-01-02 16:14:32 +11:00