add comment about WriteBuf size

This commit is contained in:
robaho 2021-11-20 15:16:22 -06:00
parent 950f0f8d14
commit ec5bc12836
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public:
struct ev_loop *get_loop() const;
using WriteBuf = Buffer<512_k>;
using WriteBuf = Buffer<512_k>; // This needs to be >= largest frame sent, or frame is not sent
WriteBuf *get_wb();