79314857

Date: 2024-12-29 01:55:43
Score: 1
Natty:
Report link

Like Jerry explained, if you're looking to handle multiple requests using a single socket you'll have to add an identifier to each connection.

Each paquet should be like this:

BUFF_SIZE | DATA | UNIQUE_ID

I just made a simple reverse proxy in C++ if you want to check it out: ReverseProxy. It uses a single socket for all the interactions between the client and the server.

It's in Spanish but I hope the code is easy to read and understand :)

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: eW1n