Questions tagged [slirp]
2 questions
11
votes
3 answers
Tcp connections hang on CLOSE_WAIT status
Client close the socket first, when there is not much data from server, tcp connection shutdown is okay like:
FIN -->
<-- ACK
<-- FIN, ACK
ACK -->
When the server is busying sending data:
FIN -->
<-- ACK,PSH
RST -->
And the server…

Sam Liao
- 43,637
- 15
- 53
- 61
0
votes
1 answer
SLiRP Error: Invalid Option
I'm trying to run SLiRP in my linux box but after executing this command:
slirp -P -d -4 debugppp "ttyACM1" "dns 176.66.0.1" "dns 176.66.0.12 " "-vj" "mru 576" "mtu 576"
it shows:
Error: Invalid option: ttyACM1
I'm sure that the device is…

superm0
- 963
- 11
- 19