PERFORCE change 165794 for review

Ana Kukec anchie at FreeBSD.org
Tue Jul 7 23:32:21 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165794

Change 165794 by anchie at anchie_malimis on 2009/07/07 23:32:11

	Advance the pointer (snd_pkt_info) in case of outgoing packets.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#16 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#16 (text+ko) ====

@@ -202,6 +202,7 @@
 	}
 
 	pi = sbuff_data(b);
+	sbuff_advance(b, sizeof (*pi));
 
 	n = recv(sndsock, b->data, b->rem, 0);
 	if (n < 0) {


More information about the p4-projects mailing list