0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PocketMine-MP
  2. /
  3. src
  4. /
  5. network
  6. /
  7. mcpe
  8. /
  9. raklib
DDylan K. TaylorRakLibServer: fixed deadlock on thread crash
89d18f92创建于 2025年8月6日历史提交
文件最后提交记录最后更新时间
PthreadsChannelReader.php
pmmpthread support 2 年前
PthreadsChannelWriter.php
pmmpthread support 2 年前
RakLibInterface.php
First shot at packet ack receipt support this will be useful for preventing resource pack sending from overloading the network. it's not the best solution for that (since it means the RTT will limit the pack download speed), but it's easier than implementing congestion control and will work fine in most cases. 2 年前
RakLibPacketSender.php
First shot at packet ack receipt support this will be useful for preventing resource pack sending from overloading the network. it's not the best solution for that (since it means the RTT will limit the pack download speed), but it's easier than implementing congestion control and will work fine in most cases. 2 年前
RakLibServer.php
RakLibServer: fixed deadlock on thread crash synchronized block -> getCrashInfo -> join -> synchronized on the same context on the child thread -> deadlock instead we check for isTerminated and then get the crash info outside of the synchronized block. 9 个月前
SnoozeAwarePthreadsChannelWriter.php
pmmpthread support 2 年前