diff options
author | Laurent Vivier <Laurent@Vivier.EU> | 2013-01-01 08:24:11 +0000 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2013-01-30 12:13:21 +0100 |
commit | 1b09aeb90827c1d91383a9eae42ce8f25909857b (patch) | |
tree | 54ef83c88cb22ea234ae31d7ac350fc8309e0aee /hw/sh_pci.c | |
parent | 910ee4e5f4a1df5b1bd144dfca1ae466e2a86a78 (diff) |
linux-user: correct setsockopt()
SO_SNDTIMEO and SO_RCVTIMEO take a struct timeval, not an int
To test this, you can use :
QEMU_STRACE= ping localhost 2>&1 |grep TIMEO
568 setsockopt(3,SOL_SOCKET,SO_SNDTIMEO,{1,0},8) = 0
568 setsockopt(3,SOL_SOCKET,SO_RCVTIMEO,{1,0},8) = 0
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/sh_pci.c')
0 files changed, 0 insertions, 0 deletions