mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Fix comment typo on NewRedialPacketConn.
This commit is contained in:
parent
ef51f2063e
commit
36d5d2dd83
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ type RedialPacketConn struct {
|
|||
err atomic.Value
|
||||
}
|
||||
|
||||
// NewQueuePacketConn makes a new RedialPacketConn, with the given static local
|
||||
// NewRedialPacketConn makes a new RedialPacketConn, with the given static local
|
||||
// and remote addresses, and dialContext function.
|
||||
func NewRedialPacketConn(
|
||||
localAddr, remoteAddr net.Addr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue