diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ type Interface struct { Name string IpPrefix netip.Prefix UdpAddr netip.AddrPort - RecvSocket net.UDPConn + + Socket net.UDPConn SocketChannel chan bool State bool |