summaryrefslogtreecommitdiff
path: root/Kernel/Console.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-08 04:52:21 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-08 04:52:21 +0200
commit65d6318c33ca6f3d6f26ab47c6144e5489d614bb (patch)
tree519b7660083cc2bee70b2449f485ee1a55dcff78 /Kernel/Console.h
parent7fcca0ce4b776637100f5dc1da8fda4e91668730 (diff)
downloadserenity-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/Console.h')
0 files changed, 0 insertions, 0 deletions