April 7th, 1999, 09:11 AM
Hello !
I have some problems with SOCKETs. I use DATAGRAM sockets to transfer some information between two application. My problem is : When I call the function
ReceiveFrom( void* lpBuf, int nBufLen, CString& rSocketAddress, UINT& rSocketPort, int nFlags = 0 ),
rSocketAddress will be completed with IP address of system who send data. In my case sometime this variable is not completed. What is the reason ?
Best regards, Athos.
I have some problems with SOCKETs. I use DATAGRAM sockets to transfer some information between two application. My problem is : When I call the function
ReceiveFrom( void* lpBuf, int nBufLen, CString& rSocketAddress, UINT& rSocketPort, int nFlags = 0 ),
rSocketAddress will be completed with IP address of system who send data. In my case sometime this variable is not completed. What is the reason ?
Best regards, Athos.