Home
last modified time | relevance | path

Searched defs:slowConn (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls_test.go1002 type slowConn struct { struct
1003 net.Conn
1004 bps int
1007 func (c *slowConn) Write(p []byte) (int, error) {