diff options
author | B. Watson <urchlay@slackware.uk> | 2022-08-20 11:56:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-27 22:50:40 +0700 |
commit | 7de070015bbb6200cb7de3994bd1ca1fd9a5652c (patch) | |
tree | 4c2ba4177bae9f8932bb4460776be7f72007bd56 /network/tnfsd/tnfsd.rst | |
parent | d04918508bb9fe72651140dc4d2def880733501f (diff) |
network/tnfsd: Remove broken TCP support.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 38cc19d9dd..5ae4610a07 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. |