Print

Print


@djw8605 commented on this pull request.


In src/XrdXrootd/XrdXrootdConfig.cc:

> @@ -1441,6 +1443,15 @@ int XrdXrootdProtocol::xmon(XrdOucStream &Config)
                    if (mrType) monRBval = static_cast<int>(tempval);
                       else     monMBval = static_cast<int>(tempval);
                   }
+         else if (!strcmp("fbuff", val))
+                {if (!(val = Config.GetWord()))
+                    {eDest.Emsg("Config", "monitor fbuff value not specified");
+                     return 1;
+                    }
+                 if (XrdOuca2x::a2sz(eDest,"monitor fbuff", val,
+                                             &tempval, 1024, 65536)) return 1;

I agree that networks suck. There are many articles on why fragmented UDP packets are difficult to use. But, standard MTU is normally 1500, so just under 1500 usable. We want to give the option to have smaller than MTU packets, to stop most fragmentation.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1234#discussion_r449190473", "url": "https://github.com/xrootd/xrootd/pull/1234#discussion_r449190473", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

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