ofp-util: Use a counter for transaction IDs instead of a random number.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 19:04:40 +0000 (11:04 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Nov 2010 17:21:09 +0000 (09:21 -0800)
commit72fae175990e9a4732ba4d368946f3854e994075
tree49f137fd0347ba64a2d4bfb2a0db4597ab8ef428
parenteb5f3e933b0922d369ad839b2afa1cd7ab764b6e
ofp-util: Use a counter for transaction IDs instead of a random number.

I don't know of any reason why the transaction id should be random.  Using
consecutive ids means that there is no chance that two messages sent around
the same time will have the same transaction ID, which is probabilitically
possible with random IDs.
lib/ofp-util.c