OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-169-ge23f3ae
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Sep 2010 07:40:45 -0700 (PDT)
The following commit has been merged in the master branch:
commit e23f3ae22f11433713860b37b89a94b12fd70e8d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Sep 27 11:47:51 2010 +0100
rxperf: Really set UDP buffer size
On Unix, the UDP buffer size has to be set before we open any sockets.
Otherwise, the default (64k) buffer size is used and never changed.
Move the calls to SetUdpBufSize in rxperf.c so that the -u command
line option actually has an effect.
Change-Id: Ic925faabca8264c0359693e97c2ab5b637902797
Reviewed-on: http://gerrit.openafs.org/2855
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/test/rxperf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository