The doc says :

xrootd.async parms
parms: .... [segsz segsz[k | m | g]]

But the code is :

struct asyncopts {const char *opname; int minv; int *oploc;
const char *opmsg;} asopts[] = {
...
{"segsize", 4096, &V_segsz, "async segsize"},

Note the difference "segsz" versus segsize.
The comment in the code is correct, but settings according to the documentation are perfectly useless !


Reply to this email directly or view it on GitHub.



Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1