Gabe Appleton <[email protected]> added the comment:
Its true that this doesnt exist at the C level, however I worry that having it purely through getsockopt() and setsockopt() would make things more confusing, so I added it as a helper function. I can remove it in lieu of documentation if that would block merging, though I dont think that is the right move here. On June 20, 2019 10:54:58 AM UTC, Andrew Svetlov <[email protected]> wrote: > >Andrew Svetlov <[email protected]> added the comment: > >Adding new constants like socket.IPPROTO_UDPLITE is fine. >The question is: why we need a new function? >There is no set_send_checksum_coverage() on C level IIRC > >---------- >nosy: +asvetlov > >_______________________________________ >Python tracker <[email protected]> ><https://bugs.python.org/issue37345> >_______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37345> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
