We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003294e commit 605fd16Copy full SHA for 605fd16
iroh-net/src/magicsock/udp_conn.rs
@@ -72,11 +72,11 @@ impl AsyncUdpSocket for UdpConn {
72
}
73
74
fn max_transmit_segments(&self) -> usize {
75
- self.io.max_transmit_segments().unwrap_or_default()
+ self.io.max_gso_segments().unwrap_or_default()
76
77
78
fn max_receive_segments(&self) -> usize {
79
- self.io.max_receive_segments().unwrap_or_default()
+ self.io.gro_segments().unwrap_or_default()
80
81
82
0 commit comments