MJ Pooladkhay

Results 10 comments of MJ Pooladkhay

> @pooladkhay ping? @alessandrod pong! 😃 Life hasn't been easy lately, I should have notified earlier. I'll get back to this asap, please let it be open...

> > > @pooladkhay ping? > > > > > > @alessandrod pong! 😃 > > Life hasn't been easy lately, I should have notified earlier. I'll get back to...

> > _[Reviewable](https://reviewable.io/reviews/aya-rs/aya/728)_ status: all files reviewed, 8 unresolved discussions (waiting on @alessandrod, @dave-tucker, and @pooladkhay) > > _[`test/integration-test/src/tests/load.rs` line 19 at r2](https://reviewable.io/reviews/aya-rs/aya/728#-Nk5VSAG5JV1YxGCDNOW:-Nk5VSAG5JV1YxGCDNOX:bm8du96) ([raw file](https://github.com/aya-rs/aya/blob/5d608c5485f3cd3396deacf53c8a8f4062a03374/test/integration-test/src/tests/load.rs#L19)):_ > > > ``` >...

> > Reviewed 7 of 7 files at r6, all commit messages. > > _[Reviewable](https://reviewable.io/reviews/aya-rs/aya/728)_ status: all files reviewed, 2 unresolved discussions (waiting on @alessandrod, @dave-tucker, and @pooladkhay) > >...

> > _[Reviewable](https://reviewable.io/reviews/aya-rs/aya/728)_ status: all files reviewed, 2 unresolved discussions (waiting on @alessandrod, @dave-tucker, and @pooladkhay) > > _[`test/integration-test/src/tests/load.rs` line 19 at r2](https://reviewable.io/reviews/aya-rs/aya/728#-Nk5VSAG5JV1YxGCDNOW:-Nl0BXrm5VzWznqJ46jD:bvnvg11) ([raw file](https://github.com/aya-rs/aya/blob/5d608c5485f3cd3396deacf53c8a8f4062a03374/test/integration-test/src/tests/load.rs#L19)):_ > Previously, pooladkhay (Mohammad Javad...

This should fix your issue: https://stackoverflow.com/a/66598982/5852071

According to the kernel code, the name can be up to 256 bytes long: https://github.com/torvalds/linux/blob/master/net/sched/cls_bpf.c#L28 ```c #define CLS_BPF_NAME_LEN 256 ``` And realised you have set the total length of attributes...

> @pooladkhay could you send a patch that increases this limit with a test? I'd be happy to guide you through writing the test. @tamird Yeah I'd love to do...

@tamird No worries, Thank you, I'll update the comment and add the test tomorrow.

Use "0.0.0.0" as your binding address: ``` proxy_url = "socks5://0.0.0.0:1080" # for SOCKS5 server #proxy_url = "http://0.0.0.0:3128" # for HTTP proxy server ```