Board index » delphi » Indy - UDP "Message too long"
Lee_Nover
![]() Delphi Developer |
Fri, 01 Oct 2004 20:33:19 GMT
Indy - UDP "Message too long"
I get this error on the client side when receiveing an 8 byte message header
the buffersize is 1k, tried with 8, 4, 2, ... nothing worked buffersize on the server is now 1k, was 8, 4, 2, ... this ise the code used type const function GetBufferHeader(Connection: TidUDPBase; var BufferHeader: I always get -1 from the Recv function any suggestions ? |