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 malversan
Recipients asvetlov, callumquick, jbeeler, malversan, yselivanov
Date 2021-01-05.19:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609875016.92.0.902742591442.issue38285@roundup.psfhosted.org>
In-reply-to
Content
That means the core code also works for SOCK_RAW sockets. It's only limited by explicit socket type checks at a higher level.

As a curious note (not related to the issue), I'm also using the SOCK_SEQPACKET connection created with BaseEventLoop to access a custom daemon related to BLE functionality.
History
Date User Action Args
2021-01-05 19:30:16malversansetrecipients: + malversan, asvetlov, yselivanov, callumquick, jbeeler
2021-01-05 19:30:16malversansetmessageid: <1609875016.92.0.902742591442.issue38285@roundup.psfhosted.org>
2021-01-05 19:30:16malversanlinkissue38285 messages
2021-01-05 19:30:16malversancreate