szhnet / kcp-netty

Java implementation of KCP based on Netty. 基于netty实现的java版kcp。
MIT License
329 stars 110 forks source link

有协议的报文文档吗 #24

Open jaspercloud opened 3 years ago

jaspercloud commented 3 years ago

和参数解释 private int conv;

private byte cmd;

private short frg;

private int wnd;

private long ts;

private long sn;

private long una;

private long resendts;

private int rto;

private int fastack;

private int xmit;