- Member tes::CollatedPacket::CollatedPacket (bool compress, uint16_t bufferSize=0xff00u)
- Specifying a buffer size too close to 0xffff (even correctly accounting for the expected overhead) results in dropped packets despite the network layer not reporting errors. Likely I'm missing some overhead detail. For now, use a lower packet size.
- Class tes::PacketReader
- Use the payloadOffset in various calculations herein. It was added after this class was written, but is currently only supported as being zero, so it's not an issue yet.
- Class tes::PacketWriter
- Use the payloadOffset in various calculations herein. It was added after this class was written, but is currently only supported as being zero, so it's not an issue yet.
- Member tes::TcpSocket::isConnected () const
- This is not reliable for a client socket. It only works when the
TcpSocket
was created from a TcpListenSocket
.