Poll gets it's own socket.

Moved send function back to non async handler.
This was needed to fix one part of GH5.
This commit is contained in:
Matthew Parlane
2013-02-02 22:42:27 +13:00
parent 6b8bb1b692
commit d05b029b0e
2 changed files with 357 additions and 291 deletions
File diff suppressed because it is too large Load Diff
@@ -636,7 +636,9 @@ private:
#endif
std::map<u32, _tSocket*> socketMap;
std::mutex socketMapMutex;
void socketProcessor(u32 socket);
void processSocket(u32 socket);
s32 processSocketIoctl(u32 CommandAddress, u32 socket);
s32 processSocketIoctlv(u32 CommandAddress, u32 socket);
enum
{