pkgsrc-wip/routinator
Havard Eidnes e079b4436d Add a patch for NetBSD for the vendor/net2 crate.
NetBSD doesn't actually need the same workaround as OpenBSD and Haiku;
on the TCP level, the TCP_KEEPALIVE socket option is recognized.

Without this we saw

 13038     19 routinator CALL  setsockopt(0x15,0xffff,8,0x7d60bd3d62b4,4)
 13038     19 routinator RET   setsockopt 0
 13038     19 routinator CALL  setsockopt(0x15,6,8,0x7d60bd3d62b4,4)
 13038     19 routinator RET   setsockopt -1 errno 42 Protocol option not available

and '8' in the latter corresponds to the

from <netinet/tcp.h> if I'm not sorely mistaken.  Instead we end up
using TCP_KEEPIDLE, which works fine by the looks of it.
2020-12-11 18:14:34 +01:00
..
patches Add a patch for NetBSD for the vendor/net2 crate. 2020-12-11 18:14:34 +01:00
DESCR
Makefile Add a patch for NetBSD for the vendor/net2 crate. 2020-12-11 18:14:34 +01:00
PLIST
TODO
cargo-depends.mk Upgrade routinator to version 0.8.2-rc1. 2020-12-05 13:17:19 +01:00
distinfo Add a patch for NetBSD for the vendor/net2 crate. 2020-12-11 18:14:34 +01:00