aboutsummaryrefslogtreecommitdiffstats
path: root/handshake/handshake.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-18 18:04:45 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-18 18:04:45 -0400
commitbfaad07bab58207d802ea1d94539a29ff6c97fce (patch)
treefddb7f99910b8d3a55c06d535e16e81368f21e7c /handshake/handshake.go
parent67b550d22eb8cd312d282898d0d22bbe368d6d7a (diff)
downloadhose-bfaad07bab58207d802ea1d94539a29ff6c97fce.zip
acceptConnection()
Diffstat (limited to 'handshake/handshake.go')
-rw-r--r--handshake/handshake.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handshake/handshake.go b/handshake/handshake.go
index e5e3c37..d4d1ab4 100644
--- a/handshake/handshake.go
+++ b/handshake/handshake.go
@@ -9,7 +9,7 @@ import (
)
const (
- port = "60322"
+ port = 60322
network = "tcp"
timeout = 1 * time.Minute