mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
If connect() is called on a non-blocking socket, it will "fail" immediately with -EINPROGRESS. After that, you select() on the socket and wait for it to become writable.
6.9 KiB
6.9 KiB