02-05-2015, 05:45 AM
Hi, I'm gonna try to draft an API for UDP support. I think the last related discussion here was on page 6
Any updates/pointers on what I should do? Otherwise I'll get back when I have something working and ask for feedback (probably will need a lot of changes )
(01-14-2015, 11:12 PM)xoft Wrote: The code can't be split without exposing cNetworkSingleton - most of the implementation relies on its internals. And I don't want to expose it, since it has libevent stuff in it, so we'd need to put libevent dependencies in the header.
I don't think the Network stuff is gonna grow much more. It's pretty much complete on the TCP side, and the UDP side can have a separate file of its own - after all, libevent doesn't have such a high level support for it anyway.
Any updates/pointers on what I should do? Otherwise I'll get back when I have something working and ask for feedback (probably will need a lot of changes )