fix wrong notes for const MaxNameLen

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang
2023-03-23 10:31:15 +08:00
parent efad7a3b80
commit 65df6b91b9
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"golang.org/x/sys/unix"
)
// MaxSendfdLen is the maximum length of the name of a file descriptor being
// MaxNameLen is the maximum length of the name of a file descriptor being
// sent using SendFd. The name of the file handle returned by RecvFd will never
// be larger than this value.
const MaxNameLen = 4096