improved user net performances
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1561 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									fc8dc06020
								
							
						
					
					
						commit
						df5f895699
					
				| 
						 | 
					@ -350,7 +350,7 @@ void slirp_select_poll(fd_set *readfds, fd_set *writefds, fd_set *xfds)
 | 
				
			||||||
	 * See if anything has timed out 
 | 
						 * See if anything has timed out 
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	if (link_up) {
 | 
						if (link_up) {
 | 
				
			||||||
		if (time_fasttimo && ((curtime - time_fasttimo) >= 199)) {
 | 
							if (time_fasttimo && ((curtime - time_fasttimo) >= 2)) {
 | 
				
			||||||
			tcp_fasttimo();
 | 
								tcp_fasttimo();
 | 
				
			||||||
			time_fasttimo = 0;
 | 
								time_fasttimo = 0;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue