Gabi

Results 96 comments of Gabi

> Certainly doable -- @conectado thoughts? Definetly possible, we could use [nft's maps](https://wiki.nftables.org/wiki-nftables/index.php/Maps) to create a relation between the destination ip and the port but I'm not sure if that...

> @arenk Would you want to add port specifier on CIDR range destinations or only for single-IP destinations? > > @conectado Maybe that would simplify things. Yeah I think so

I don't understand how this fixes #4290, I remember that we have priorities set where we always pick a direct connection over a relayed one, and str0m should test all...

> I can remove the "resolves" again and close the other one as not reproducible if you think that is more correct? yeah :)

> @conectado The latest panic seems to be here: https://github.com/algesten/str0m/blob/ff331bd958bb91ad6d189e5aa32e550883c8b036/src/io/stun.rs#L82. > > Are we reading a zero-length packet? There's nothing preventing us from reading zero-length packets but there's also no...

> > @conectado The latest panic seems to be here: https://github.com/algesten/str0m/blob/ff331bd958bb91ad6d189e5aa32e550883c8b036/src/io/stun.rs#L82. > > Are we reading a zero-length packet? > > There's nothing preventing us from reading zero-length packets but...

> > @conectado The latest panic seems to be here: https://github.com/algesten/str0m/blob/ff331bd958bb91ad6d189e5aa32e550883c8b036/src/io/stun.rs#L82. > > Are we reading a zero-length packet? > > There's nothing preventing us from reading zero-length packets but...

> > > @conectado The latest panic seems to be here: https://github.com/algesten/str0m/blob/ff331bd958bb91ad6d189e5aa32e550883c8b036/src/io/stun.rs#L82. > > > Are we reading a zero-length packet? > > > > > > There's nothing preventing...

> > > > @conectado The latest panic seems to be here: https://github.com/algesten/str0m/blob/ff331bd958bb91ad6d189e5aa32e550883c8b036/src/io/stun.rs#L82. > > > > Are we reading a zero-length packet? > > > > > > >...

Should we remove the compatibility layer as part of this PR?