增加最大端口号和最小端口号定义
This commit is contained in:
parent
f7667bcc76
commit
0d14e24110
13
linux.go
Normal file
13
linux.go
Normal file
@ -0,0 +1,13 @@
|
||||
// Package consts ...
|
||||
//
|
||||
// Description : consts ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2024-06-24 12:08
|
||||
package consts
|
||||
|
||||
const (
|
||||
LinuxMaxPort = 65535 // 最大端口号
|
||||
LinuxMinPort = 80 // 最小端口号
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user