Source File
fake_conn.go
Belonging Package
github.com/quic-go/quic-go/internal/handshake
package handshakeimport ()type conn struct {localAddr, remoteAddr net.Addr}var _ net.Conn = &conn{}func ( *conn) ([]byte) (int, error) { return 0, nil }func ( *conn) ([]byte) (int, error) { return 0, nil }func ( *conn) () error { return nil }func ( *conn) () net.Addr { return .remoteAddr }func ( *conn) () net.Addr { return .localAddr }func ( *conn) (time.Time) error { return nil }func ( *conn) (time.Time) error { return nil }func ( *conn) (time.Time) error { return nil }
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |