All,
In regards to the call below, I was wondering why is it that the
'szMessage' receiving buffer results in an empty one, but by printing
'ret' it indicates the number of bytes I am indeed receiving!
int ret = recvfrom(receiv ingSocket,szMes sage,sizeof(szM essage),0,socka ddr*)&addr_Cli,
&clilen);
Any ideas?
Thank you and regards!
-Ramiro
In regards to the call below, I was wondering why is it that the
'szMessage' receiving buffer results in an empty one, but by printing
'ret' it indicates the number of bytes I am indeed receiving!
int ret = recvfrom(receiv ingSocket,szMes sage,sizeof(szM essage),0,socka ddr*)&addr_Cli,
&clilen);
Any ideas?
Thank you and regards!
-Ramiro
Comment