Skip to content

Commit 9355758

Browse files
authored
Update server.go
1 parent f562562 commit 9355758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1.7/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func RunServerSide(serverPort int, tunIP, clientIP, subnetMask, tunName, publicK
8383

8484
log.Printf("Server listening on port %d\n", serverPort)
8585

86-
workerCount := utils.DetermineWorkerCount(workerFlag)
86+
workerCount := utils.WorkerCount(workerFlag)
8787
var wg sync.WaitGroup
8888

8989
for {

0 commit comments

Comments
 (0)