Changes between Initial Version and Version 1 of Ticket #535, comment 3
- Timestamp:
- 2013-07-03T11:30:09Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #535, comment 3
initial v1 1 Also, probably part of the problem is that the text fragments are sent in separate TCP segments. Thus some buffering in the sockets/TCP code might help (either implementing Nagle's algorithm or simply not guarateeing the data to be sent u less it is pushed).1 Also, probably part of the problem is that the text fragments are sent in separate TCP segments. Thus some buffering in the sockets/TCP code might help (either implementing Nagle's algorithm or simply not guarateeing the data to be sent unless it is pushed).