Commit Graph

15 Commits

Author SHA1 Message Date
_Redstone_c_ 35e1c37082 支持单连接多通道通信 2021-01-07 22:00:11 +08:00
_Redstone_c_ af944c5b86 允许获取服务器 Socket 的地址 2021-01-07 20:51:11 +08:00
_Redstone_c_ 2cd3447821 优化代码 修复发送空消息阻塞 2021-01-06 22:27:40 +08:00
_Redstone_c_ 859db61f9c 重命名为 RedNetwork 2021-01-05 19:48:45 +08:00
_Redstone_c_ d68d6eeec0 将 Server 和 Client 从 UActorComponent 重构为 UObject 2021-01-04 21:15:41 +08:00
_Redstone_c_ 4860bc70d4 修正函数权限修饰符 2021-01-03 21:20:03 +08:00
_Redstone_c_ ba6cf245e7 更新 UE_LOG 2021-01-03 18:54:50 +08:00
_Redstone_c_ 6212fae716 实现 KCP + UDP 连接与通信 2021-01-03 18:36:45 +08:00
_Redstone_c_ 39be28a997 优化 FKCPWrap
修复 Log 乱码
允许直接获取 KCPCB
添加 DebugName 区分不同 KCP 对象
2021-01-03 17:28:53 +08:00
_Redstone_c_ d2877f6b10 添加 KCPWrap 2021-01-03 12:09:39 +08:00
_Redstone_c_ 2b44e60c56 将 Server 和 Client 从 UObject 重构为 UActorComponent 2021-01-03 10:17:01 +08:00
_Redstone_c_ bbae671aec KCP 库更名为大写 2021-01-02 16:27:30 +08:00
_Redstone_c_ 9dd71923d8 添加 kcp 库 2021-01-02 11:01:19 +08:00
_Redstone_c_ f28b0ecb94 实现裸的 UDP 连接与通信 2021-01-02 10:52:05 +08:00
_Redstone_c_ 313de8c620 初始化插件 2020-12-27 19:02:28 +08:00