- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setTcpNoDelay (0.05 seconds)
-
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) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 8.8K bytes - Click Count (0)