Skip to content

v3.8.0

Latest
Compare
Choose a tag to compare
@enfein enfein released this 13 Nov 01:28
· 2 commits to main since this release
  1. Allow applications to read data after network connection is closed (issue #168).
  2. Update dependency versions.

Breaking change: the MTU value in client and server configuration now represent the maximum transmission unit in UDP layer or nested network connection, rather than in data-link layer. We don't recommend setting MTU value bigger than 1440. TCP protocol is not affected.


  1. 允许应用在网络连接关闭后读取数据。
  2. 更新依赖库的版本。

重大变更:客户端和服务器配置中的 MTU 值现在表示 UDP 层或嵌套网络连接中的最大传输单元,而不是数据链路层中的最大传输单元。我们不建议将 MTU 设置为大于 1440 的值。TCP 协议不受影响。