diff options
Diffstat (limited to 'src/zenhorde/hordecomputesocket.h')
| -rw-r--r-- | src/zenhorde/hordecomputesocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhorde/hordecomputesocket.h b/src/zenhorde/hordecomputesocket.h index 45b3418b7..b429fd9e3 100644 --- a/src/zenhorde/hordecomputesocket.h +++ b/src/zenhorde/hordecomputesocket.h @@ -36,7 +36,7 @@ using SendHandler = std::function<void(const std::error_code&)>; /** Async multiplexed socket that routes data between channels over a single transport. * - * Uses an async recv pump, a serialized send queue, and a periodic ping timer — + * Uses an async recv pump, a serialized send queue, and a periodic ping timer - * all running on a shared io_context. * * Wire format per frame: [channelId(4B)][size(4B)][data]. |