asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

Implement datagram protocol on Windows for ProcatorEventLoop

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

ProcatorEventLoop doesn't support UDP right now.

I'm working on a patch. I need to implement WSARecvFrom in the _overlapped 
module for example.

Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 11:01

GoogleCodeExporter avatar Apr 10 '15 16:04 GoogleCodeExporter

ConnectEx() fails with an error 10022 when create_datagram_endpoint() is called 
with remote_address. A workaround is to replace "yield from sock_connect(sock, 
remote_address)" with "sock.connect(remote_address)".

Original comment by [email protected] on 8 Jul 2014 at 11:02

GoogleCodeExporter avatar Apr 10 '15 16:04 GoogleCodeExporter