Tunnelling problem - ReceiveHeader: Net packets out of order

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
garik
Posts: 12
Joined: Wed 11 May 2011 18:55

Tunnelling problem - ReceiveHeader: Net packets out of order

Post by garik » Fri 06 Apr 2012 02:08

I'm having another problem with tunneling. While connecting to the same server I'm able to connect from one PC and from another I get the following error:

Tunnelling problem - ReceiveHeader: Net packets out of order: received[111], expected[1]

I have 2 different data modules. Each one has one connection only. One of the connections is connecting to the local server using default connection and the 2nd connection is using tunneling to a remote server.

What's causing this error?

AndreyZ

Post by AndreyZ » Fri 06 Apr 2012 13:18


Post Reply