plan 9 kernel history: overview | file list | diff list

1992/0807/port/tcptimer.c (diff list | history)

1992/0626/sys/src/9/port/tcptimer.c:115,1201992/0807/sys/src/9/port/tcptimer.c:115,121 (short | long | prev | next)
1991/0424    
 
1992/0626    
	ifc = x; 
	etab = &ifc->conv[Nipconv]; 
1992/0807    
 
1991/0424    
	for(;;) { 
		sleep(&tcpflowr, return0, 0); 
 
1992/0626/sys/src/9/port/tcptimer.c:122,1301992/0807/sys/src/9/port/tcptimer.c:123,129
1992/0626    
			cp = *p; 
			if(cp == 0) 
				break; 
			if(cp->readq) 
			if(cp->ref != 0) 
			if(!QFULL(cp->readq->next)) { 
1992/0807    
			if(cp->readq && cp->ref != 0 && !QFULL(cp->readq->next)) { 
1992/0626    
				tcprcvwin(cp); 
				tcp_acktimer(cp); 
1991/0424    
			} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)