basil00
basil00
There is a another troubling issue with the Layer 2 support. Whenever a `LAYER_ETHERNET` handle is opened it seems to briefly interrupt networking causing some packet loss. I wonder if...
I think adding a `Drop` flag is a good idea. I am not sure if it will make a big performance improvement in practice, but it cannot hurt. Currently, the...
The `SOCKET_CLOSE` event could be indicated twice: once for ipv4 and once more for ipv6. It may depend if an ipv4/ipv6 packet was observed during testing. I think this is...
I think majibow's answer is correct.
To get icmp packets, you use the `NETWORK` layer. To get the process ID, you need to use the `SOCKET` or `FLOW` layers. Then you need to write some code...
> Change default server Updated to some new (functional) test servers: https://github.com/basil00/reqrypt/commit/fd266355a5fc45d136dffe80578d69092375042a > Add HTTPS support This requires a bit of work I think, including UI changes. Also, another problem...
> Oh, it is supported now? I thought the program is Windows and Linux only. It is supported, see the build instructions for MacOSX in the `INSTALL` file. The Mac...
[Latest updates.](https://github.com/basil00/reqrypt/commits/master) > Add passive DPI circumvention > Add active DPI circumvention I added a "split only" mode that might be effective against some kinds of filters, similar to GoodbyeDPI....
Does it still crash when the sanitizers are disabled?
The crash occurs in `tbcore.c`, which is pretty much unchanged from Ronald's version. I am also not at all familiar with this code. > Once every dozen or so long...