docs: improve documentation of OptimizeConn (#3910)

This commit is contained in:
Marten Seemann 2023-06-21 11:52:43 +02:00 committed by GitHub
parent 8352e5dc32
commit da298d09e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -31,7 +31,8 @@ type Transport struct {
// Bad things will happen if passed to multiple Transports.
//
// If not done by the user, the connection is passed through OptimizeConn to enable a number of optimizations.
// After passing the connection to the Transport, its invalid to call ReadFrom and WriteTo.
// After passing the connection to the Transport, it's invalid to call ReadFrom on the connection.
// Calling WriteTo is only valid on the connection returned by OptimizeConn.
Conn net.PacketConn
// The length of the connection ID in bytes.