We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4a1108 + e0f36c1 commit 512bdb7Copy full SHA for 512bdb7
status.go
@@ -30,7 +30,7 @@ type Status struct {
30
func NewStatus(router *Router) *Status {
31
return &Status{
32
Protocol: Protocol,
33
- ProtocolMinVersion: ProtocolMinVersion,
+ ProtocolMinVersion: int(router.ProtocolMinVersion),
34
ProtocolMaxVersion: ProtocolMaxVersion,
35
Encryption: router.usingPassword(),
36
PeerDiscovery: router.PeerDiscovery,
0 commit comments