TCP 的逻辑实现,可以和客户端连接发送数据
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -11,3 +11,27 @@
|
||||
*.app
|
||||
.snapshots/*
|
||||
|
||||
# CMake 生成的构建目录
|
||||
build/
|
||||
cmake-build-*/
|
||||
|
||||
# 通用构建产物
|
||||
*.o
|
||||
*.obj
|
||||
*.log
|
||||
*.tmp
|
||||
*.exe
|
||||
*.dll
|
||||
*.lib
|
||||
*.pdb
|
||||
|
||||
# Visual Studio / MSVC 相关中间文件
|
||||
*.vcxproj
|
||||
*.vcxproj.user
|
||||
*.vcxproj.filters
|
||||
*.sln
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
x86/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user