Netty 中有没有办法获取特定的 TCP 选项?
Is there a way in Netty to get specific TCP options?
Netty 是否支持从连接中获取低级别的自定义 TCP 选项?我们需要将客户端 IP 地址放在 F5 LTM 的 TCP 选项中,以便 Netty 读取。
参考资料:
https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml
https://devcentral.f5.com/articles/accessing-tcp-options-from-irules#.U5shRiTSBKQ
它不支持,因为 Java 根本不支持它。
Netty 是否支持从连接中获取低级别的自定义 TCP 选项?我们需要将客户端 IP 地址放在 F5 LTM 的 TCP 选项中,以便 Netty 读取。
参考资料: https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml https://devcentral.f5.com/articles/accessing-tcp-options-from-irules#.U5shRiTSBKQ
它不支持,因为 Java 根本不支持它。