mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
This commit is contained in:
commit
39ba59c21b
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ findso:
|
|||
so->so_ti = ti;
|
||||
tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
|
||||
tp->t_state = TCPS_SYN_RECEIVED;
|
||||
tcp_template(tp);
|
||||
}
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue