slirp: disable Nagle in ingoing connections
commit05658ecb5582d7dab9e275a33db698e44413d4a7
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 7 Mar 2018 22:29:41 +0000 (7 23:29 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 31 May 2018 19:19:24 +0000 (31 21:19 +0200)
treeb4eea883e610f852ff06f89e1d2572d17191ad70
parent058665b9fe8b00c799b3db5d9202b007fab1c2fb
slirp: disable Nagle in ingoing connections

This follows 3929766fb3e4 ('slirp: disable Nagle in outgoing connections'):
for the same reasons, ingoing connections should have the Nagle algorithm disabled.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
slirp/socket.c