Python Forum

Full Version: UDP forwarding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?