Aram Drevekenin

Results 543 comments of Aram Drevekenin

@bigtoast is already working on it here: https://github.com/imsnif/bandwhich/pull/133

Hey @rpodgorny, thanks for reporting this. We've been kind of chasing this issue around a while and I suspect it's due to the library we use to sniff traffic not...

Hey @thepacketgeek - could you help me understand what's the current status here? What do we know, what aren't we sure about, which types of interfaces need it, which don't,...

Aha. I sadly don't have access to one either. Do you think we can go with that assumption and provide some workaround flag in case we're either wrong or half...

Hey @thepacketgeek - looking good. I re-ran the failing test because it's sometimes a little flaky. It's okay now (sorry about that :) ). Is this strictly a mac behaviour?...

Sure. Let's add it as an option. Would definitely be better to deterministically know, but this way we can at least have a built-in workaround.

Actually, if you could do it in this PR that would be helpful for me :) My apologies - I don't have a lot of time for bandwhich these days...

Hey, thanks for all the detailed suggestions. I'm happy you like our tool :) All of these suggested changes have trade-offs (like most things, I'd guess). It's important to me...

I like the idea! We already show the interface name in the UI for each connection string, so we could definitely show either a specific interface near the "Total Rate"...

I really liked [The Book](https://doc.rust-lang.org/stable/book/). Beware though, it can be a little overwhelming at times. :) This part of the project is (mostly) well covered in tests, so `cargo test`...