PERFORCE change 165615 for review

Ana Kukec anchie at FreeBSD.org
Sat Jul 4 23:06:13 UTC 2009


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

Change 165615 by anchie at anchie_malimis on 2009/07/04 23:06:02

		Maximum SeND packet size is now: SND_MAX_PKT + sizeof(struct rt_msghdr).	

Affected files ...

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

Differences ...

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

@@ -67,7 +67,7 @@
 {
 	struct sbuff *b;
 
-	if ((b = sbuff_alloc(SND_MAX_PKT)) == NULL) {
+	if ((b = sbuff_alloc(SND_MAX_PKT + sizeof(struct rt_msghdr))) == NULL) {
 		APPLOG_NOMEM();
 		return (NULL);
 	}


More information about the p4-projects mailing list