Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2009 23:06:10 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165615 for review
Message-ID:  <200907042306.n64N6AUh050210@repoman.freebsd.org>

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

Change 165615 by anchie@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);
 	}



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