diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-18 18:04:45 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-18 18:04:45 -0400 |
| commit | bfaad07bab58207d802ea1d94539a29ff6c97fce (patch) | |
| tree | fddb7f99910b8d3a55c06d535e16e81368f21e7c /handshake/handshake.go | |
| parent | 67b550d22eb8cd312d282898d0d22bbe368d6d7a (diff) | |
| download | hose-bfaad07bab58207d802ea1d94539a29ff6c97fce.zip | |
acceptConnection()
Diffstat (limited to 'handshake/handshake.go')
| -rw-r--r-- | handshake/handshake.go | 2 |
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 |