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

1992/0416/port/tcpif.c (diff list | history)

1992/0325/sys/src/9/port/tcpif.c:46,541992/0416/sys/src/9/port/tcpif.c:46,57 (short | long | prev | next)
1992/0322    
			qunlock(s); 
			nexterror(); 
		} 
1992/0223    
		if(s->readq == 0) 
			freeb(bp); 
		else 
1992/0416    
		if(s->readq == 0){ 
			if(newstate == Close_wait) 
				putb(&tcb->rcvq, bp); 
			else 
				freeb(bp); 
		} else 
1992/0223    
			PUTNEXT(s->readq, bp); 
1992/0322    
		poperror(); 
1992/0223    
		qunlock(s); 


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