grapexy

Results 16 comments of grapexy

I tried `gmake one ZT_DEBUG=1 ZT_TRACE=1`, but that didn't work either. According to build logs, it doesn't appear that ZT_DEBUG or ZT_TRACE are passed to the build at all: ```...

> @grapexy the port itself has a debug option, you can build with this enabled from net/zerotier. There's a [1.10.1 patch available](https://github.com/cabal7/ports/commit/2d6fc5de21f01e45333323c5473825608fedabfb), it's not merged in as people have reported...

@arinc9 Check out my fork - https://github.com/grapexy/v2ray-tproxy. It's a very simple patch that should do what you want. I'm running a transparent proxy with tproxy through a VPN tunnel where...

Noticed this [comment](https://github.com/zerotier/ZeroTierOne/issues/1412#issuecomment-1060941882) by @joseph-henry on a similar use case: > My use case involves having the edge router on a mobile platform, which means the signal strength (and bandwidth...

After a few days of testing, it got better, not sure what changed however. Now I'm getting around 100-120 Mbps of aggregated bandwidth, but that's only marginally more than the...

> I've also noticed that multiple paths are used for single stream TCP connections (e.g rsync or iperf3 without parallel connections). This is the case for `balance-xor`, or `balance-aware` with...

@joseph-henry both peers are on 1.10.1

Saw the commit related to link selection and can say that this still persists on dev. I'm guessing that flows don't go through the standard path selection in the bonding...

@joseph-henry I believe the issue here is that flow hashing is never enabled for custom policies that need it. When bonds are initialized, `_defaultPolicy` is set to 0 for custom...

I figured out why aggregation was not happening - remote VPS peer had to have the same aggregation policy set. I don't know why remote's policy (which only has a...