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 albertito
Recipients albertito
Date 2007-12-18.02:54:11
SpamBayes Score 0.014190573
Marked as misclassified No
Message-id <1197946452.07.0.0208119521278.issue1646@psf.upfronthosting.co.za>
In-reply-to
Content
TIPC (http://tipc.sf.net) is an open protocol designed for use in
clustered computer environments. It currently has an open source
implementation for Linux (>= 2.6.16), and VxWorks.

The attached patch (against trunk) adds optional Linux-only support for
TIPC in the socket module.

If you want me to make one against 3.0 or any other branch, just let me
know.

Thanks,
    Alberto
Files
File name Uploaded
0002-Make-socket-support-TIPC.patch albertito, 2007-12-18.02:54:11
History
Date User Action Args
2007-12-18 02:54:12albertitosetspambayes_score: 0.0141906 -> 0.014190573
recipients: + albertito
2007-12-18 02:54:12albertitosetspambayes_score: 0.0141906 -> 0.0141906
messageid: <1197946452.07.0.0208119521278.issue1646@psf.upfronthosting.co.za>
2007-12-18 02:54:12albertitolinkissue1646 messages
2007-12-18 02:54:11albertitocreate