From b36e9c67ae910ca14d044c4caccacbb41c44f4f9 Mon Sep 17 00:00:00 2001 From: Jarett DeAngelis Date: Tue, 8 Feb 2022 14:04:57 -0500 Subject: [PATCH] include network ports used by software I think port 54321 is the control channel port? Users may need to forward data channel ports through a firewall, though, and which ports used aren't documented anywhere. Putting this in this section as I'm not sure where else it fits in the documentation. --- docs/doc-system-tuning.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/doc-system-tuning.md b/docs/doc-system-tuning.md index ecb1cbd..8729a71 100644 --- a/docs/doc-system-tuning.md +++ b/docs/doc-system-tuning.md @@ -74,6 +74,10 @@ We obtained good results on OpenSolaris using these setting for the TCP buffers: ```ndd -set /dev/tcp tcp_recv_hiwat 524288``` +### Network Ports Used +By default, FDT uses port 54321 as a control channel port. +Data ports used are _________________ + This page will include other settings or operating systems in the near future. For further comments and suggestions please send an email to: support-fdt@monalisa.cern.ch