Thomas Eizinger
Thomas Eizinger
Is that because you run nodes on your LAN but also in other networks and you don't want to add your LAN nodes to the table and have the nodes...
> > How often does this happen for it to be an actual problem? > > It happens quite often and in case of some providers (Hetzner) may result in...
> I think it does, I was not aware it existed, but we'd still store for the most part useless addresses in memory, the goal was to skip them completely...
Yeah, the default MTU of QUIC is `1500 - 28`: https://docs.rs/quinn-proto/latest/src/quinn_proto/config.rs.html#517 I guess we could add a configuration flag to change this!
> I don't think we'll be changing it in our implementation either, it ideally needs to adjust to whatever actual MTU is when connection is established or message size when...
> > @nazar-pc can you test with MtuDiscoveryConfig::default()? > > Isn't `MtuDiscoveryConfig::default()` what is used by default already though? From what I know, yes. Where exactly is that log emitted?...
> > Where exactly is that log emitted? Perhaps it is an issue within quinn? > > It comes from `quinn_udp` according to [this report](https://forum.subspace.network/t/message-too-long-error/2200?u=nazar-pc) for example. Could you investigate...
> Would removing it from the workspace work as well? Maybe but doesn't that just create more confusion? I.e. you would still not be able to make atomic changes across...
> If a new repository is to be created, I'd advocate it not be rust-libp2p-identity yet rust-libp2p-core (or similar, I know libp2p-core is technically taken), referring to a series of...
> > > Would removing it from the workspace work as well? > > > > > > Maybe but doesn't that just create more confusion? I.e. you would still...