On Tue, 26 Apr 2005 22:52:45 +0200, Torbjörn Einarsson <torbjorn at einarssons.se> wrote:
>Thanks a lot!
>
>A related question:
>how do I in the simplest way send UDP data to 10 different ports.
>
> [snip]
>
Use the write() method. See the UDP howto:
http://twistedmatrix.com/documents/current/howto/udp
Jp