mirror of
https://repo.or.cz/socat.git
synced 2025-07-25 19:52:58 +00:00
Options so-rcvtimeo and so-sndtimeo do not work with poll()
This commit is contained in:
parent
40f6fa29e1
commit
9f41543aad
6 changed files with 4 additions and 30 deletions
6
test.sh
6
test.sh
|
@ -512,12 +512,6 @@ filloptionvalues() {
|
|||
*,linger,*) OPTS=$(echo "$OPTS" |sed "s/,linger,/,linger=2,/g");;
|
||||
esac
|
||||
case "$OPTS" in
|
||||
*,rcvtimeo,*) OPTS=$(echo "$OPTS" |sed "s/,rcvtimeo,/,rcvtimeo=1,/g");;
|
||||
esac
|
||||
case "$OPTS" in
|
||||
*,sndtimeo,*) OPTS=$(echo "$OPTS" |sed "s/,sndtimeo,/,sndtimeo=1,/g");;
|
||||
esac
|
||||
case "$OPTS" in
|
||||
*,connect-timeout,*) OPTS=$(echo "$OPTS" |sed "s/,connect-timeout,/,connect-timeout=1,/g");;
|
||||
esac
|
||||
# IP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue