Changeset 11380


Ignore:
Timestamp:
01/11/09 18:09:25 (4 years ago)
Author:
BrainSlayer
Message:

alignment fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/adm5120/linux-2.6.23/net/ipv4/tcp_output.c

    r10172 r11380  
    247247                 * Relax Will Robinson. 
    248248                 */ 
    249                 new_win = cur_win; 
     249                new_win = ALIGN(cur_win, 1 << tp->rx_opt.rcv_wscale); 
    250250        } 
    251251        tp->rcv_wnd = new_win; 
Note: See TracChangeset for help on using the changeset viewer.