Closed AomaYple closed 1 day ago
By default, if there's nothing to accept, it'll arm poll and wait for a connection request. Setting DONTWAIT will instead return -EAGAIN and complete the request.
By default, if there's nothing to accept, it'll arm poll and wait for a connection request. Setting DONTWAIT will instead return -EAGAIN and complete the request.
Thank you!
What does the wiki mean by “allowing applications to issue a non-retryable accept attempt”