- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setTcpNoDelay (0.07 sec)
-
src/main/java/jcifs/internal/smb2/rdma/tcp/TcpRdmaConnection.java
if (localAddress != null) { socketChannel.bind(localAddress); } socketChannel.connect(remoteAddress); socket = socketChannel.socket(); socket.setTcpNoDelay(true); socket.setKeepAlive(true); state = RdmaConnectionState.CONNECTED; log.debug("TCP RDMA connection established to {}", remoteAddress); } catch (IOException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 8.8K bytes - Viewed (0)