Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.

This commit is contained in:
Charles-François Natali 2011-11-10 19:21:37 +01:00
parent 0c929d9d39
commit 10b8cf4455
5 changed files with 260 additions and 5 deletions

View file

@ -495,6 +495,9 @@ socket
(Contributed by Matthias Fuchs, updated by Tiago Gonçalves in :issue:`10141`)
* The :class:`~socket.socket` class now supports the PF_RDS protocol family
(http://en.wikipedia.org/wiki/Reliable_Datagram_Sockets and
http://oss.oracle.com/projects/rds/).
ssl
---