Ilya Kulakov

Results 232 comments of Ilya Kulakov

Something like LRU cache can be used for `get_fd_family`. If you can implement it via `WSAEnumNetworkEvents`, `select` and associated methods can be avoided I think.

@sigiesec Could you provide a simple benchmark that uses `getsockopt` on Windows alone? E.g. creation of 1000 000 sockets in a loop and getting family vs just creation?