Home
last modified time | relevance | path

Searched refs:ReusePort (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/client/pkg/v3/transport/
H A Dsockopt.go24 ReusePort bool member
37 if sopts.ReusePort {
44 return !sopts.ReuseAddress && !sopts.ReusePort
/dports/www/minio-client/etcd-3.5.0/client/pkg/transport/
H A Dsockopt.go24 ReusePort bool member
37 if sopts.ReusePort {
44 return !sopts.ReuseAddress && !sopts.ReusePort
H A Dlistener_test.go164 opts: []ListenerOption{WithSocketOpts(&SocketOpts{ReuseAddress: true, ReusePort: true})},
170 WithSocketOpts(&SocketOpts{ReuseAddress: true, ReusePort: true}),
178 WithSocketOpts(&SocketOpts{ReusePort: true}),
187 WithSocketOpts(&SocketOpts{ReusePort: true}),
194 opts: []ListenerOption{WithSocketOpts(&SocketOpts{ReusePort: true})},
568 {SocketOpts{ReuseAddress: true, ReusePort: false}, false},
569 {SocketOpts{ReusePort: true}, false},
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs131 Assert.False(ServicePointManager.ReusePort); in ReusePort_Roundtrips()
133 ServicePointManager.ReusePort = true; in ReusePort_Roundtrips()
134 Assert.True(ServicePointManager.ReusePort); in ReusePort_Roundtrips()
136 ServicePointManager.ReusePort = false; in ReusePort_Roundtrips()
137 Assert.False(ServicePointManager.ReusePort); in ReusePort_Roundtrips()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/network-3.1.2.2/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
168 pattern ReusePort :: SocketOption
170 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
172 pattern ReusePort = SockOpt (-1) (-1) function
419 , (ReusePort, "ReusePort")
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/network-3.1.2.0/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/network-3.1.2.0/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/network-3.1.2.2/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
168 pattern ReusePort :: SocketOption
170 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
172 pattern ReusePort = SockOpt (-1) (-1) function
419 , (ReusePort, "ReusePort")
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/network-3.1.2.2/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
168 pattern ReusePort :: SocketOption
170 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
172 pattern ReusePort = SockOpt (-1) (-1) function
419 , (ReusePort, "ReusePort")
/dports/devel/stack/stack-2.7.3/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/network-3.1.2.0/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DOptions.hsc15 ,MaxSegment,NoDelay,Cork,Linger,ReusePort
167 pattern ReusePort :: SocketOption
169 pattern ReusePort = SockOpt (#const SOL_SOCKET) (#const SO_REUSEPORT) function
171 pattern ReusePort = SockOpt (-1) (-1) function
409 , (ReusePort, "ReusePort")
/dports/net/ocserv/ocserv-1.1.3/doc/systemd/socket-activated/
H A Docserv.socket9 ReusePort=true key
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/reuseport/
H A Dreuseport.go54 ReusePort: true,
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/reuseport/
H A Dreuseport.go54 ReusePort: true,
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/miekg/dns/
H A Dserver.go199 ReusePort bool member
268 l, err := listenTCP(srv.Net, addr, srv.ReusePort)
281 l, err := listenTCP(network, addr, srv.ReusePort)
291 l, err := listenUDP(srv.Net, addr, srv.ReusePort)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dserver.go199 ReusePort bool member
268 l, err := listenTCP(srv.Net, addr, srv.ReusePort)
281 l, err := listenTCP(network, addr, srv.ReusePort)
291 l, err := listenUDP(srv.Net, addr, srv.ReusePort)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/miekg/dns/
H A Dserver.go199 ReusePort bool member
268 l, err := listenTCP(srv.Net, addr, srv.ReusePort)
281 l, err := listenTCP(network, addr, srv.ReusePort)
291 l, err := listenUDP(srv.Net, addr, srv.ReusePort)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/miekg/dns/
H A Dserver.go199 ReusePort bool member
268 l, err := listenTCP(srv.Net, addr, srv.ReusePort)
281 l, err := listenTCP(network, addr, srv.ReusePort)
291 l, err := listenUDP(srv.Net, addr, srv.ReusePort)

1234567891011