79335069

Date: 2025-01-07 06:37:20
Score: 1
Natty:
Report link

The reason is the third parameter of the recv call. It should be the buffer length, but you used strlen(buffer), which is always 0. That's why your client keeps printing Received nothing.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: June