[Twisted-Python] UDP & TCP

How can I program a service in Twisted that listens for both UDP and TCP traffic at the same port? I naively created two services for it, but then got into an error message because I was listening the same port twice. -- André Engels, andreengels@gmail.com

Disregard my message; it seems the problem was that the port I tried to use was really in use, because using the same setup on another port DID work. On Mon, Sep 22, 2008 at 4:30 PM, Andre Engels <andreengels@gmail.com> wrote:
How can I program a service in Twisted that listens for both UDP and TCP traffic at the same port? I naively created two services for it, but then got into an error message because I was listening the same port twice.
-- André Engels, andreengels@gmail.com
-- André Engels, andreengels@gmail.com
participants (1)
-
Andre Engels