如何在netty中获取一个tcp数据包的序列号?

How to get the sequence number of a tcp packet in netty?

是否可以在 netty 中访问传入 TCP 数据包的序列号?我想唯一地标识每个数据包,即使是相同的负载。

在 netty 中不可能,因为它没有在 java.nio 中公开。* 类 我们也没有在我们的 JNI 传输中公开它。