Python Forum
UDP forwarding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: UDP forwarding (/thread-7275.html)



UDP forwarding - Skaperen - Jan-02-2018

i have a use case to do UDP forwarding, in a manner much like port forwarding. i am wondering if it is reasonable to do this in Python instead of C. what kind of performance should i expect to get? the use case could go to a gigabyte of traffic in both directions (could potentially involve multiple processes). any samples of things written in Python that do UDP, that i could play around with, to get an idea what could be done?