mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
fix wrong notes for const MaxNameLen
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
|||||||
"golang.org/x/sys/unix"
|
"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
|
// sent using SendFd. The name of the file handle returned by RecvFd will never
|
||||||
// be larger than this value.
|
// be larger than this value.
|
||||||
const MaxNameLen = 4096
|
const MaxNameLen = 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user