This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, tamentis
Date 2014-12-29.18:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419877028.69.0.0586977358223.issue23127@psf.upfronthosting.co.za>
In-reply-to
Content
"Just" use the extended signature of the setsockopt:
    mysocket.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_TTL, struct.pack("B", desired_ttl))
History
Date User Action Args
2014-12-29 18:17:08benjamin.petersonsetrecipients: + benjamin.peterson, tamentis
2014-12-29 18:17:08benjamin.petersonsetmessageid: <1419877028.69.0.0586977358223.issue23127@psf.upfronthosting.co.za>
2014-12-29 18:17:08benjamin.petersonlinkissue23127 messages
2014-12-29 18:17:08benjamin.petersoncreate