Changeset 27959 in vbox for trunk/include/iprt
- Timestamp:
- Apr 2, 2010 3:46:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tcp.h
r27787 r27959 220 220 221 221 /** 222 * Enables or disable delaying sends to coalesce packets. 223 * 224 * The TCP/IP stack usually uses the Nagle algorithm (RFC 896) to implement the 225 * coalescing. 226 * 227 * @returns iprt status code. 228 * @param Sock Socket descriptor. 229 */ 230 RTR3DECL(int) RTTcpSetSendCoalescing(RTSOCKET Sock, bool fEnable); 231 232 /** 222 233 * Socket I/O multiplexing. 223 234 * Checks if the socket is ready for reading.
Note:
See TracChangeset
for help on using the changeset viewer.