Home
last modified time | relevance | path

Searched refs:maxSockets (Results 1 – 25 of 91) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
70 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
65 maxSockets = defmax;
71 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
64 maxSockets = defmax;
71 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/
H A DResourceManager.java52 private static final int maxSockets; field in ResourceManager
65 maxSockets = defmax;
71 if (numSockets.incrementAndGet() > maxSockets) { in beforeUdpCreate()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/hpagent/
H A DREADME.md38 maxSockets: 256,
57 maxSockets: 256,
79 maxSockets: 256,
95 maxSockets: 256,
110 maxSockets: 256,
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/hpagent/
H A DREADME.md38 maxSockets: 256,
57 maxSockets: 256,
79 maxSockets: 256,
95 maxSockets: 256,
110 maxSockets: 256,
/dports/misc/netron/node_modules/tunnel/
H A DREADME.md36 maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
64 maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
99 maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
137 maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/cloudio/
H A DSocketPool.cpp58 maxSockets = itmp; in SocketPool()
65 maxSockets = defaultSockets; in SocketPool()
217 if (freeSockets.size() == 0 && allSockets.size() < maxSockets) in getSocket()
H A DSocketPool.h51 uint maxSockets; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/cloudio/
H A DSocketPool.cpp58 maxSockets = itmp; in SocketPool()
65 maxSockets = defaultSockets; in SocketPool()
217 if (freeSockets.size() == 0 && allSockets.size() < maxSockets) in getSocket()
H A DSocketPool.h51 uint maxSockets; variable
/dports/net/czmq/czmq-4.1.1/bindings/jni/src/main/java/org/zeromq/czmq/
H A DZsys.java291 native static void __setMaxSockets (long maxSockets); in __setMaxSockets() argument
292 public void setMaxSockets (long maxSockets) { in setMaxSockets() argument
293 __setMaxSockets (maxSockets); in setMaxSockets()
/dports/games/warzone2100/warzone2100/lib/netplay/
H A Dnetsocket.h103 size_t socketArrayOpen(Socket **sockets, size_t maxSockets, const SocketAddress *addr, unsigned tim…
104 void socketArrayClose(Socket **sockets, size_t maxSockets); ///< Closes all Sockets in …
/dports/misc/netron/node_modules/protobufjs/node_modules/@types/node/
H A Dhttp.d.ts223 maxSockets?: number;
236 maxSockets: number;
/dports/net/czmq4/czmq-4.2.1/bindings/jni/czmq-jni/src/main/java/org/zeromq/czmq/
H A DZsys.java366 native static void __setMaxSockets (long maxSockets); in __setMaxSockets() argument
367 public static void setMaxSockets (long maxSockets) { in setMaxSockets() argument
368 __setMaxSockets (maxSockets); in setMaxSockets()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/agentkeepalive/
H A DREADME.md50 * `maxSockets` {Number} Maximum number of sockets to allow per
66 maxSockets: 100,
193 50 maxSockets, 60 concurrent, 1000 requests per concurrent, 5ms delay
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZsys.cpp312 void QmlZsysAttached::setMaxSockets (size_t maxSockets) { in setMaxSockets() argument
313 zsys_set_max_sockets (maxSockets); in setMaxSockets()
/dports/net/czmq/czmq-4.1.1/bindings/qt/src/
H A Dqzsys.cpp354 void QZsys::setMaxSockets (size_t maxSockets) in setMaxSockets() argument
356 zsys_set_max_sockets (maxSockets); in setMaxSockets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/agent-base/dist/src/
H A Dindex.d.ts39 maxSockets: number;

1234