Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2009 23:32:18 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165794 for review
Message-ID:  <200907072332.n67NWIup030943@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165794

Change 165794 by anchie@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907072332.n67NWIup030943>