OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-49-gfec3314
Gerrit Code Review
gerrit@openafs.org
Tue, 5 Oct 2010 12:18:12 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit fec331439faeba9fbc92d81300bcda655cb300e9
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.
Reviewed-on: http://gerrit.openafs.org/2855
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit e23f3ae22f11433713860b37b89a94b12fd70e8d)
Change-Id: I11dbe7bef29cb1ef105f831b5909f9a611385efb
Reviewed-on: http://gerrit.openafs.org/2926
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/test/rxperf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository