Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37345: Add formal UDPLITE support #14258

Merged
merged 14 commits into from
Jun 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 2019-06-22-08-51-44.bpo-37345.o8XABX.rst
  • Loading branch information
asvetlov authored Jun 22, 2019
commit 828c4865918a8324c0f5104de1e1b189bc075630
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ is now easier to detect support with ``hasattr(socket, 'IPPROTO_UDPLITE')``
and there are constants defined for each of the values needed:
:py:obj:`socket.IPPROTO_UDPLITE`, :py:obj:`UDPLITE_SEND_CSCOV`, and
:py:obj:`UDPLITE_RECV_CSCOV`.

.. availability:: Linux >= 2.6.20, FreeBSD >= 10.1-RELEASE
Patch by Gabe Appleton.