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 vstinner
Recipients vstinner
Date 2011-10-24.11:46:15
SpamBayes Score 6.738484e-05
Marked as misclassified No
Message-id <1319456775.82.0.463656498781.issue13256@psf.upfronthosting.co.za>
In-reply-to
Content
The commit c64216addd7f for issue #6560 added various socket option, but some of them are not well documented or tested.

Authentication:
 * SO_PASSCRED, SO_PEERCRED, LOCAL_PEERCRED
 * SCM_RIGHTS, SCM_CREDENTIALS, SCM_CREDS

SCTP:
 * socket.IPPROTO_SCTP is not mentioned in socket.socket() doc (but it's tested)

etc.
History
Date User Action Args
2011-10-24 11:46:15vstinnersetrecipients: + vstinner
2011-10-24 11:46:15vstinnersetmessageid: <1319456775.82.0.463656498781.issue13256@psf.upfronthosting.co.za>
2011-10-24 11:46:15vstinnerlinkissue13256 messages
2011-10-24 11:46:15vstinnercreate