synfinatic / udp-proxy-2020

A crappy UDP router for the year 2020 and beyond
MIT License
106 stars 7 forks source link

optimize case statement/packet decoding #24

Closed synfinatic closed 3 years ago

synfinatic commented 4 years ago

this whole case statement should be re-examined and see if it can be optimized. I think we're parsing the packet 3 times ???? Should open a ticket.

_Originally posted by @synfinatic in https://github.com/synfinatic/udp-proxy-2020/pull/22#discussion_r499100247_

synfinatic commented 3 years ago

won't fix