fixed 2x TCP issue

This commit is contained in:
d3adzo
2022-01-15 15:16:19 -05:00
committed by Pin
parent 3f6d3b3f80
commit 4c5b302292
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"bufio"
"log"
"net"
"os"
"os/exec"
"strings"
"syscall"