https://github.com/dan-and-dna/etcpplugin
https://github.com/dan-and-dna/etcpplugin
tcp tcp-client ue4 ue4-plugin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dan-and-dna/etcpplugin
- Owner: DAN-AND-DNA
- License: gpl-3.0
- Created: 2022-03-31T10:21:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T12:26:16.000Z (about 4 years ago)
- Last Synced: 2025-01-21T01:43:36.948Z (over 1 year ago)
- Topics: tcp, tcp-client, ue4, ue4-plugin
- Language: C++
- Homepage:
- Size: 318 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETcpPlugin
1. 魔改了一下[原始项目](https://github.com/CodeSpartan/UE4TcpSocketPlugin)
2. 上层业务就不用自己做内存拷贝了
3. 提供简单的重连功能
4. 提供高效的缓存功能,线程运行方式也调整,全异步socket api调用
5. 测试无泄漏
6. [例子](https://github.com/DAN-AND-DNA/ETcpPlugin/blob/main/Source/ETcpPlugin/Private/ETcpConnection.cpp)
7. [参考项目](https://github.com/DAN-AND-DNA/TopDownSoulsLike)
## 图片

