Commit Graph

5 Commits

Author SHA1 Message Date
Vadim Vetrov
d2985e80bd
Use TCP Segmentation
This commit is proposed to be a fix of #1.
Some DPIs drops IP fragmented packets so we are going to higher level
and fragmenting TCPs. Fragmented TCPs are normally handled by DPIs but
if they are going in reversed order everything is ok. In further reviews
of this technique may be a delay for 2nd packet should be implemented.
2024-07-23 17:18:51 +03:00
Vadim Vetrov
20b80b32dc
Change logs order 2024-07-22 09:57:51 +03:00
Vadim Vetrov
50d4b1c3d6
Add support for GSO. 2024-07-22 01:43:02 +03:00
Vadim Vetrov
5379c0c584
Implement raw socket mask handling on application layer. 2024-07-22 00:14:11 +03:00
Vadim Vetrov
3e44760a88
Initial commit.
The package works with firefox.
2024-07-21 17:46:58 +03:00