[trac537] Put UDPServer variables to nested class
This is to lover the overhead of copying UDPServer - UDPServer is a coroutine object and it is copied a lot. This way only single shared pointer is copied instead of 10 of them.
Please register or sign in to comment