Expand description
Handshake related constants
Client send proxy request to sever:
+------+----------+----------+
| ATYP | DST.ADDR | DST.PORT |
+------+----------+----------+
| 1 | Variable | 2 |
+------+----------+----------+
example: proxy google.com:0
bytes: `0x03 0x0A b`google.com` 0x00 0x00`