Skip to content
Commit df211ee4 authored by Andrew Webster's avatar Andrew Webster Committed by Gregory Nutt
Browse files

TCP: add writable check during poll

When a poll requesting POLLOUT happens, the poll should return
immediately if a write will not block.  This change adds that, as
opposed to the old behaviour of blocking until a timer from the
Ethernet driver eventually triggers the poll to complete.

This is only implemented for buffered TCP.  Unbuffered TCP should
behave as before.
parent 99f5fcda
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment