aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conn/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conn/conn.go b/conn/conn.go
index ad91d2d..f3b6cfd 100644
--- a/conn/conn.go
+++ b/conn/conn.go
@@ -29,7 +29,7 @@ type Bind interface {
// It reports the number of bytes read, n,
// the packet source address ep,
// and any error.
- ReceiveIPv6(buff []byte) (n int, ep Endpoint, err error)
+ ReceiveIPv6(b []byte) (n int, ep Endpoint, err error)
// ReceiveIPv4 reads an IPv4 UDP packet into b.
//