Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 12:56:52 GMT
From:      Matus Harvan <mharvan@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 125403 for review
Message-ID:  <200708201256.l7KCuqW8078666@repoman.freebsd.org>

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

Change 125403 by mharvan@mharvan_bike-planet on 2007/08/20 12:56:00

	DNS plugin - incremen id on each request

Affected files ...

.. //depot/projects/soc2007/mharvan-mtund/mtund.src/plugin_dns/plugin_dns.c#3 edit

Differences ...

==== //depot/projects/soc2007/mharvan-mtund/mtund.src/plugin_dns/plugin_dns.c#3 (text+ko) ====

@@ -635,6 +635,7 @@
 		}
 
 	} else { /* client - send the data straight away */
+		pldata->q.id++;
 		*consumed = dns_send(pldata, pldata->conns, data, len);
 		if (*consumed > 0) {
 			conn->data_sent_after_last_receive = 1;



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