lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Socket Establish Time = Handshake Interval. Why? #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Make a NetClient and set it's config to 100 Handshakes and 15 sec Handshake 
interval
2.Start the client and log the Messages recieved by Lidgren
3.The Socket thread would start exactly after 15 secs of program start

What is the expected output? What do you see instead?
It should directly establish socket and send a connect.Afterwards it will 
follow Handshakes

What version of the product are you using? On what operating system?
Latest Win 7

Please provide any additional information below.
I have log on All Message types.

Original issue reported on code.google.com by ul7im473...@hotmail.com on 24 Aug 2012 at 6:36

GoogleCodeExporter commented 9 years ago
I'm unable to reproduce this using the Chat sample. Setting both client and 
server to 15 seconds handshake interval will not produce any noticable delay?

Original comment by lidg...@gmail.com on 18 Sep 2012 at 3:37