diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-10-23 18:15:27 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-10-23 18:16:35 -0400 |
commit | 93416359403895d1dd1584c316d9e3dbfcc7a673 (patch) | |
tree | 789778323bc650edae161d4f24b7608542aa854f /README.md | |
parent | ac25948cb2f8c8b7f88bd95b953cec12686bf109 (diff) |
update socket name in readme
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 |