Ticket #6179 defect new
Opened 7 months ago
UDP howto refers to the UDP port being "persisted in an application"
| Reported by: | itamar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
TAPs are long gone, the UDP howto still references them though:
As you can see, the protocol is registered with the reactor. This means it may be persisted if it's added to an application, and thus it has startProtocol and stopProtocol methods that will get called when the protocol is connected and disconnected from a UDP socket.
This should discuss startProtocol as equivalent to connectionMade, persistence is wrong and irrelevant.
Note: See
TracTickets for help on using
tickets.
