diff options
Diffstat (limited to 'network/tnfsd/tnfsd.rst')
-rw-r--r-- | network/tnfsd/tnfsd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/tnfsd/tnfsd.rst b/network/tnfsd/tnfsd.rst index 38cc19d9dd63..5ae4610a0797 100644 --- a/network/tnfsd/tnfsd.rst +++ b/network/tnfsd/tnfsd.rst @@ -32,8 +32,8 @@ computers. It's simpler than NFS, SMB, or FTP. It's similar to TFTP, but has features TFTP lacks. **tnfsd** is the server for the TNFS protocol. It listens for clients -on UDP and TCP port 16384. Most 8-bit clients use UDP, and the Linux -client **tnfs-fuse** uses TCP. +on UDP port 16384. In theory, the protocol supports TCP connections, +but this hasn't been implemented yet. The mandatory **directory** option is the root of the TNFS filesystem tree. |