forked from mirrors/linux
		
	[TCP]: Make snd_cwnd_clamp a u32.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									54287cc178
								
							
						
					
					
						commit
						e0ef57cc56
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -302,7 +302,7 @@ struct tcp_sock {
 | 
				
			||||||
 	u32	snd_ssthresh;	/* Slow start size threshold		*/
 | 
					 	u32	snd_ssthresh;	/* Slow start size threshold		*/
 | 
				
			||||||
 	u32	snd_cwnd;	/* Sending congestion window		*/
 | 
					 	u32	snd_cwnd;	/* Sending congestion window		*/
 | 
				
			||||||
 	u16	snd_cwnd_cnt;	/* Linear increase counter		*/
 | 
					 	u16	snd_cwnd_cnt;	/* Linear increase counter		*/
 | 
				
			||||||
	u16	snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
 | 
						u32	snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
 | 
				
			||||||
	u32	snd_cwnd_used;
 | 
						u32	snd_cwnd_used;
 | 
				
			||||||
	u32	snd_cwnd_stamp;
 | 
						u32	snd_cwnd_stamp;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue