You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return EOF once after the buffer is consumed (#112)
The nat20 device now returns 0 on the first read after the entire
response has been consumed to indicate EOF. Subsequent reads still
return EAGAIN to indicate that a new request need to be issued before a
new request can be read. The EOF state is cleared by a subsequent write
even if the response was not or only partially read.
0 commit comments