func BenchmarkTCP4OneShot(b *testing.B) { … }
func BenchmarkTCP4OneShotTimeout(b *testing.B) { … }
func BenchmarkTCP4Persistent(b *testing.B) { … }
func BenchmarkTCP4PersistentTimeout(b *testing.B) { … }
func BenchmarkTCP6OneShot(b *testing.B) { … }
func BenchmarkTCP6OneShotTimeout(b *testing.B) { … }
func BenchmarkTCP6Persistent(b *testing.B) { … }
func BenchmarkTCP6PersistentTimeout(b *testing.B) { … }
func benchmarkTCP(b *testing.B, persistent, timeout bool, laddr string) { … }
func BenchmarkTCP4ConcurrentReadWrite(b *testing.B) { … }
func BenchmarkTCP6ConcurrentReadWrite(b *testing.B) { … }
func benchmarkTCPConcurrentReadWrite(b *testing.B, laddr string) { … }
type resolveTCPAddrTest …
var resolveTCPAddrTests …
func TestResolveTCPAddr(t *testing.T) { … }
var tcpListenerNameTests …
func TestTCPListenerName(t *testing.T) { … }
func TestIPv6LinkLocalUnicastTCP(t *testing.T) { … }
func TestTCPConcurrentAccept(t *testing.T) { … }
func TestTCPReadWriteAllocs(t *testing.T) { … }
func TestTCPStress(t *testing.T) { … }
func TestTCPBig(t *testing.T) { … }
func TestCopyPipeIntoTCP(t *testing.T) { … }
func BenchmarkSetReadDeadline(b *testing.B) { … }
func TestDialTCPDefaultKeepAlive(t *testing.T) { … }
func TestTCPListenAfterClose(t *testing.T) { … }