type net.KeepAliveConfig
9 uses
	net (current package)
		dial.go#L143: 	KeepAliveConfig KeepAliveConfig
		dial.go#L718: 	KeepAliveConfig KeepAliveConfig
		file_unix.go#L77: 		return newTCPConn(fd, defaultTCPKeepAliveIdle, KeepAliveConfig{}, testPreHookSetKeepAlive, testHookSetKeepAlive), nil
		hook.go#L24: 	testHookSetKeepAlive    = func(KeepAliveConfig) {}
		tcpsock.go#L132: type KeepAliveConfig struct {
		tcpsock.go#L289: func newTCPConn(fd *netFD, keepAliveIdle time.Duration, keepAliveCfg KeepAliveConfig, preKeepAliveHook func(*netFD), keepAliveHook func(KeepAliveConfig)) *TCPConn {
		tcpsock.go#L292: 		keepAliveCfg = KeepAliveConfig{
		tcpsock_unix.go#L12: func (c *TCPConn) SetKeepAliveConfig(config KeepAliveConfig) error {
|  | The pages are generated with Golds v0.7.6. (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. |