Add IPv6 dual-stack support

This commit is contained in:
Daniel
2020-11-02 14:18:42 +01:00
parent d4dea212dd
commit 914418876d
5 changed files with 140 additions and 70 deletions

View File

@@ -29,6 +29,8 @@ type BindInfo struct {
PID int
UID int
Inode int
ListensAny bool
}
// Address is an IP + Port pair.