dr|z3d
re spoofing OS variables, maybe we could do something here?
dr|z3d
_log.warn("USERAGENT " + getUserAgent());
dr|z3d
paramProtoObj.send_json_msg(MessageType.TEST_MSG, (NDTConstants.META_CLIENT_OS + ":" + "Linux").getBytes());
dr|z3d
paramProtoObj.send_json_msg(MessageType.TEST_MSG, (NDTConstants.META_BROWSER_OS + ":" + UserAgentTools.getBrowser(getUserAgent())[2]).getBytes());
dr|z3d
paramProtoObj.send_json_msg(MessageType.TEST_MSG, (NDTConstants.META_CLIENT_KERNEL_VERSION + ":" + "4.15.0-38-generic").getBytes());
dr|z3d
paramProtoObj.send_json_msg(MessageType.TEST_MSG, (NDTConstants.META_CLIENT_VERSION + ":" + NDTConstants.VERSION).getBytes());
dr|z3d
paramProtoObj.send_json_msg(MessageType.TEST_MSG, (NDTConstants.META_CLIENT_APPLICATION + ":" + application) .getBytes());
dr|z3d
speaking of spoofing, Tor's Firefix UA has been updated: git.skank.i2p/i2pplus/I2P.Plus/commit/9732cc7d01c8875ac266ab947b6511b32b95466d
dr|z3d
it appears they're no longer spoofing the OS.
orignal
why reno not BBR?
dr|z3d
> ndt7 is an NDT protocol that uses TCP BBR where available
dr|z3d
"interesting" - ladybird.org
dr|z3d
not least because, aside from being pre-alpha, it'll build from source in ~30m or less.
dr|z3d
console - crash. jquery javadoc, no problem.
dr|z3d
good job on the tunnel config generator, acetone