diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-08 04:52:21 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-08 04:52:21 +0200 |
commit | 65d6318c33ca6f3d6f26ab47c6144e5489d614bb (patch) | |
tree | 519b7660083cc2bee70b2449f485ee1a55dcff78 /Kernel/FileSystem | |
parent | 7fcca0ce4b776637100f5dc1da8fda4e91668730 (diff) | |
download | serenity-65d6318c33ca6f3d6f26ab47c6144e5489d614bb.zip |
Kernel: Support non-blocking connect().
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.
Diffstat (limited to 'Kernel/FileSystem')
0 files changed, 0 insertions, 0 deletions