Skip to content

tcnat

Latest
Compare
Choose a tag to compare
@cih1996 cih1996 released this 05 Nov 17:34
· 6 commits to master since this release

2024.11.6

  • 在操作map时增加锁防止死锁保持
  • 优化结构,将客户端和服务端合并
  • 新增配置文件.env用于控制启动模式(client/server)
  • 新增可通过命令行来切换模式,在无参数的情况下默认使用.env
./main server   #以客户端模式运行
./main client   #以服务端模式运行