Cleanup / temp buffers for various things
This commit is contained in:
@@ -99,7 +99,7 @@ func New(
|
||||
peersByKey: make(map[wgtypes.Key]*Peer),
|
||||
peersByIP: make(map[netip.Addr]*Peer),
|
||||
|
||||
mcVerifyBuf: make([]byte, 0, multicast.SignedPacketSize),
|
||||
scratch: make([]byte, scratchSize),
|
||||
|
||||
hubAddCh: hubAddCh,
|
||||
hubRemoveCh: hubRemoveCh,
|
||||
|
||||
Reference in New Issue
Block a user