Server Problem Patch 5165

06/20/2010 21:23 EnoiZe#1
I allready Breakpointed, Debugged all ;)

After the Server sends the DH_KeyExchange Packet he doesnt receive any Packets more from the Client.

The Server loops until the Socket disconnected.

Round 1 -> Server send DH_KeyExchange
Round 2 -> Server Stack at : int Size = Sock.Receive(Buffer);

Buffer Size is 1024

anyone got the same Problem?
Or anyone got a Solution ;)
06/20/2010 23:18 Adziunia#2
u have run it just 1 time and u got that or u added something?
06/21/2010 14:39 EnoiZe#3
I fixed it yesterday the ClientServerKey was done before on the Class Constructor.
Now i have put the ClientServerKey on the while and use it like the DH_KeyExchange:
Code:
if (!ClientServerKey)
{
ClientServerKey = !ClientServerKey;
// Command for send ClientServerKey
}
And all was fine ;)
06/22/2010 04:13 Arcо#4
So is your problem fixed?
06/22/2010 15:51 EnoiZe#5
Quote:
Originally Posted by .Arco View Post
So is your problem fixed?
Thats why i posted the Solution and allready reported my own Thread to be closed ;)