replace spaces added in last change with tabs
This commit is contained in:
parent
4f047a5220
commit
4610acbd56
@ -1232,11 +1232,11 @@ tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti)
|
||||
ti->tcpi_rcv_nxt = tp->rcv_nxt;
|
||||
ti->tcpi_snd_wnd = tp->snd_wnd;
|
||||
ti->tcpi_snd_bwnd = tp->snd_bwnd;
|
||||
ti->tcpi_snd_nxt = tp->snd_nxt;
|
||||
ti->__tcpi_snd_mss = tp->t_maxseg;
|
||||
ti->__tcpi_rcv_mss = tp->t_maxseg;
|
||||
if (tp->t_flags & TF_TOE)
|
||||
ti->tcpi_options |= TCPI_OPT_TOE;
|
||||
ti->tcpi_snd_nxt = tp->snd_nxt;
|
||||
ti->__tcpi_snd_mss = tp->t_maxseg;
|
||||
ti->__tcpi_rcv_mss = tp->t_maxseg;
|
||||
if (tp->t_flags & TF_TOE)
|
||||
ti->tcpi_options |= TCPI_OPT_TOE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user