[netperf-talk] DO_NBRR

Rick Jones rick.jones2 at hp.com
Tue Feb 13 10:49:52 PST 2007


Gisle Vanem wrote:
> "Rick Jones" <rick.jones2 at hp.com> wrote:
> 
>> what sort of thing are you trying to do that has prompted trying to 
>> set DO_NBRR?  perhaps there is a different way with the current netperf.
> 
> 
> I had just compiled it with MingW/gcc (which required a bit of tweaking. 
> Look out for my patches) and was trying to become more familiar with
> the code. I tried the various "DO_" defines and stumbled on "DO_NBRR"
> w/o really knowing what it does ;-)

Works for me :) I hope you are indeed using top of trunk bits for this?

> PS. DO_IPV6 is *required* on Windows since 'socklen_t' is used
> unconditionally (it is defined in <ws2tcpip.h>).

Hmm.  Well, since DO_IPV6 is deprecated elsewhere in the code and v6 vs 
v4 is handled via the presence of AH_mumble defines, if we can ass-u-me 
that ws2tcpip.h is going to be there on "all" the windows versions of 
interest I'm happy moving the include out from under the #ifdef.

rick


More information about the netperf-talk mailing list