Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SOMAXCONN (0.3 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	MSG_OOB       = 0x1
    	MSG_PEEK      = 0x2
    	MSG_DONTROUTE = 0x4
    	MSG_WAITALL   = 0x8
    
    	MSG_TRUNC  = 0x0100
    	MSG_CTRUNC = 0x0200
    	MSG_BCAST  = 0x0400
    	MSG_MCAST  = 0x0800
    
    	SOMAXCONN = 0x7fffffff
    
    	TCP_NODELAY                    = 1
    	TCP_EXPEDITED_1122             = 2
    	TCP_KEEPALIVE                  = 3
    	TCP_MAXSEG                     = 4
    	TCP_MAXRT                      = 5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	SOL_UDP                                     = 0x11
    	SOL_VSOCK                                   = 0x11f
    	SOL_X25                                     = 0x106
    	SOL_XDP                                     = 0x11b
    	SOMAXCONN                                   = 0x1000
    	SO_ATTACH_FILTER                            = 0x1a
    	SO_DEBUG                                    = 0x1
    	SO_DETACH_BPF                               = 0x1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
Back to top