Close closes the events channel, resulting in a panic from send on
closed channel.
Reported-By: Brad Fitzpatrick <[email protected]>
Signed-off-by: James Tucker <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
Replace the src storage inside StdNetEndpoint with a copy of the raw
control message buffer, to reduce allocation and perform less work on a
per-packet basis.
Signed-off-by: James Tucker <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>