aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-10-23 18:15:27 -0400
committersotech117 <michael_foiani@brown.edu>2023-10-23 18:16:35 -0400
commit93416359403895d1dd1584c316d9e3dbfcc7a673 (patch)
tree789778323bc650edae161d4f24b7608542aa854f /README.md
parentac25948cb2f8c8b7f88bd95b953cec12686bf109 (diff)
update socket name in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1be94fa..e097c82 100644
--- a/README.md
+++ b/README.md
@@ -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