Sajal Kayan

Results 9 comments of Sajal Kayan

I just got mptcp installed on a nitro instance (c5n type) on ubuntu 20.04 Steps 1. grab upstream 5.4 kernel 2. [patch it](http://multipath-tcp.org/patches/mptcp-v5.4-d8e3bd88da5f.patch) 3. base the config on 5.4.0-1009-aws thats...

Interesting idea, but in the current form, the entire result comes as a big string from the underlying Go library. Exporting a richer dns message would be tricky because Go...

Would making the result select-able and copy-able suffice?

Thanks for the feedback. I will look into these flags when i have spare time. Out of these -x seems to be the easiest. For the time being, you could...

Thanks. I will test and merge tomorrow.

Sure you can use the cname and header data. Will add a license soon, likely MIT.

Would like to add... that i can run this mapreduce with inline output on the slave using the mongo console directly without any issues.

Aha thanks... it turns out that my map-reduce job was taking hours to finish cause amazon throttles down micro instances big time, even when run from the mongo shell. So...

Thanks for the suggestion. Works for me. I did have to adapt the command ( we are on `titanoboa==0.2.5` ) ```python del boa.env.evm.vm.state._account_db._rpc._rpc._session.headers["Origin"] ``` As for the configuration, the cleanest...