RipleyTom
|
0e8f1a9bf9
|
sys_net: Remove lingering ppu_to_awake from queue on timeout
|
2024-11-22 18:44:01 +02:00 |
|
RipleyTom
|
3dc75dc3d1
|
Handle WSAENETRESET error
|
2024-08-25 13:04:44 +03:00 |
|
RipleyTom
|
b7a882f42b
|
Split normal sockets and p2p sockets handling v2
|
2024-05-08 20:04:23 +03:00 |
|
Megamouse
|
e26d4e1762
|
sys_net: fix some warnings
move some data to heap
|
2023-10-31 15:11:43 +02:00 |
|
RipleyTom
|
e2bced978e
|
Move connect workaround to connect interface
|
2023-06-18 01:04:01 +02:00 |
|
RipleyTom
|
5d7e75c5d8
|
Fix EINVAL returned on connect call to connecting socket
|
2023-06-11 15:42:22 +02:00 |
|
Megamouse
|
425610b98a
|
Use win_error for WSAGetLastError
|
2023-03-05 22:49:49 +01:00 |
|
RipleyTom
|
d9e0d016c6
|
Fix for Windows ENOTCONN on connecting socket
Fixes Windows returns ENOTCONN when using recvfrom/sendto on connecting socket instead of the expected EAGAIN.
|
2023-02-26 10:35:20 +01:00 |
|
RipleyTom
|
737fbf661a
|
Add more disconnected limitations in sys_net
|
2023-02-04 20:33:21 +01:00 |
|
Eladash
|
c0369b2e10
|
sys_net: Implement sys_net_abort
|
2022-07-17 14:53:03 +03:00 |
|
RipleyTom
|
72b2876b6a
|
sys_net refactor (#11740)
|
2022-04-09 14:51:22 +02:00 |
|