mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Finish incomplete comment for newEncapsulationPacketConn.
This commit is contained in:
parent
a0731443ff
commit
dbad475254
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ type encapsulationPacketConn struct {
|
|||
bw *bufio.Writer
|
||||
}
|
||||
|
||||
// NewEncapsulationPacketConn makes
|
||||
// newEncapsulationPacketConn makes an encapsulationPacketConn out of a given
|
||||
// io.ReadWriteCloser and provided local and remote addresses.
|
||||
func newEncapsulationPacketConn(
|
||||
localAddr, remoteAddr net.Addr,
|
||||
conn io.ReadWriteCloser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue