hramenko / bauglir-websocket

Automatically exported from code.google.com/p/bauglir-websocket
0 stars 0 forks source link

Reduce total round trip time (RTT) by sending header and body at the same time. #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
start tcpdump, or other TCP analyzer. 
2.
Send packet to server.
3.
Monitor the TCP traffic between client and server.

What is the expected output? What do you see instead?
Expect:
TCP data from client
Ack from server

Instead
TCP data from client
Ack from server
TCP data from client
Ack from server

What version of the product are you using? On what operating system?
V2.04 pascal version

Client: windows 7 
Server: Ubuntu 12.04 server

Please provide any additional information below.
See source code attachment for the simple fix.

Original issue reported on code.google.com by gerry.fe...@gmail.com on 23 Mar 2013 at 4:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Bronisla...@bauglir.com on 4 Jun 2013 at 4:07