Skip to content

Fix UDP packet configuration

denNorske requested to merge fix-UDP-bytes into master

Created by: dennorske

  • Certain assemblies such as the 'p' opcode did not function correctly and never caught the attention of the samp server. Hence, the error would always write: can't connect to samp server
  • Packet payloads were transformed into bytes after being assembled and this caused errors. Instead, the packets are now assembled for every part using byte format.
  • If you had a BIND address (for instance a fallback IP) the proxy would send back the packet using the eth0 / main interface. The BIND is now the same as the samp server public IP. Tested and in use at www.xsfserver.com, currently being spammed with packets.

Merge request reports