Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | fix compile failure on freebsd and windows | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2016-09-12 | server: portability fix for setsockopt() on Linux | Vincent Bernat | |
On some architecture, setsockopt() is a multiplexed syscall and is not available directly (for example, on i386). Instead of invoking the syscall directly, use syscall.SetsockoptString() which is safe as strings are not null-terminated with Go. On BSD, use syscall.SetsockoptInt(), but I don't know if there are architectures with the same limitations as for Linux. Signed-off-by: Vincent Bernat <vincent@bernat.im> | |||
2016-08-17 | server: passive tcp md5 support on OpenBSD | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2016-08-17 | server: support passive md5 and ttl on *bsd | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |