Skip to content

Use WSARecv, WSARecvFrom to IOCP notifying the reception both in TCP and UDP sockets #3

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. The IOCP is not notifying yet notifications from Recv and RecvFrom functions
2. When you register a socket fd to iocp and waits for data coming, it will 
wait forever.

Add WSARecv and WSARecvFrom functions and wraps it to socket patch, adding 
perform_recv and perform_recv_from into _winsockets object, after adding it, 
the iocp will able notify socket changes for reading.


Original issue reported on code.google.com by marc...@fiveti.com on 12 May 2012 at 8:45

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions