yuki-kimoto / SPVM-Sys

SPVM::Sys
https://metacpan.org/pod/SPVM::Sys
MIT License
2 stars 1 forks source link

Fix bug that Sys::Socket#accept does not work well in Windows. #76

Closed yuki-kimoto closed 2 months ago

yuki-kimoto commented 2 months ago

Fix bug that Sys::Socket#accept does not work well in Windows.

socklen_t

MinGW data type

https://ja.osdn.net/projects/mingw/lists/archive/users/2020-June/000536.html

Windows accept

https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-accept

yuki-kimoto commented 2 months ago

All tests are passed now.