You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may take some effort, but it would be nice to support UDP. There will be some overhead, though, since we may need to avoid IP fragmentation. I'll tinker around a little in py2p and see if it works as-is, but I doubt it.
The text was updated successfully, but these errors were encountered:
On the Python side of things it looks like it won't be too hard (fragmentation issues aside). It would just need a wrapper class of socket to deal with. Something like:
This doesn't work in the current framework, since it has one node receiving all incoming data, but it would definitely work in the event based framework I'd like to switch to at some point. A similar thing can be done in Javascript, I imagine.
It may take some effort, but it would be nice to support UDP. There will be some overhead, though, since we may need to avoid IP fragmentation. I'll tinker around a little in py2p and see if it works as-is, but I doubt it.
The text was updated successfully, but these errors were encountered: