添加线程池

This commit is contained in:
2024-05-14 15:11:08 +08:00
parent ff67d2568b
commit 2e650b5893
10 changed files with 721 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ endif
all:forward-tunnel reverse-tunnel
forward-tunnel: forward-tunnel.o
forward-tunnel: forward-tunnel.o thpool.o
$(CC) $(CFLAGS) -o $(forward-tunnel) $^ $(SSH2_LIB) $(LIB)
$(STRIP) forward-tunnel