diff options
author | Steven Luo <steven+qemu@steven676.net> | 2016-04-06 22:04:55 -0700 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-07 13:02:05 +0200 |
commit | 6625d83a6eb3b51a622d72adce713cab75cbf2e7 (patch) | |
tree | cf4b63d2e2500003ead1ddd06ef318ce79661160 /nbd | |
parent | 27d92ebc5ed1bb0b518d0ebc4c609182ad20a799 (diff) |
slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets
slirp currently only handles ECONNREFUSED in the case where connect()
returns immediately with that error; since we use non-blocking sockets,
most of the time we won't receive the error until we later try to read
from the socket. Ensure that we deliver the appropriate RST to the
guest in this case.
Signed-off-by: Steven Luo <steven+qemu@steven676.net>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'nbd')
0 files changed, 0 insertions, 0 deletions