Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
This commit is contained in:
commit
a25606c845
14 changed files with 152 additions and 76 deletions
|
|
@ -255,7 +255,7 @@ static u16 tcp_select_window(struct sock *sk)
|
|||
*
|
||||
* Relax Will Robinson.
|
||||
*/
|
||||
new_win = cur_win;
|
||||
new_win = ALIGN(cur_win, 1 << tp->rx_opt.rcv_wscale);
|
||||
}
|
||||
tp->rcv_wnd = new_win;
|
||||
tp->rcv_wup = tp->rcv_nxt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue