Multicast documentation is misleading
[email protected] Mon, 08 Feb 2010 17:16:46 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from itamar <[email protected]>: 1. The client example in the multicast docs doesn't really explain that it will not be able to receive multicast messages, only send them. The second example should therefore probably also have a joinGroup() in the example. 2. The server example shows replying via UDP, rather than multicast. There should be some explanation about how it's possible to do both. 3. The comment in the server example about doing .join() may be wrong, it should probably also be a joinGroup(). ---------- Type : defect Component: core Keywords : documentation, easy Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4262