mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-20 16:25:49 +00:00
AI inspired fixes
This commit is contained in:
@@ -3149,6 +3149,10 @@ function rawsend_dissect_segmented(desync, dis, mss, options)
|
||||
Sends dissect `dis` with automatic TCP segmentation based on MSS, applying `options.fooling` and `options.ipid`.
|
||||
The `ipid` is applied to each fragment. Segmentation is not possible for UDP and is not performed.
|
||||
|
||||
- if dis is nil, desync.dis is used.
|
||||
- if mss is nil, desync.tcp_mss is used.
|
||||
- if options is nil, options are created from desync.arg
|
||||
|
||||
### rawsend_payload_segmented
|
||||
|
||||
```
|
||||
|
||||
@@ -3328,6 +3328,10 @@ function rawsend_dissect_segmented(desync, dis, mss, options)
|
||||
Отправить диссект dis с автоматической tcp сегментацией на базе mss с применением `options.fooling` и `options.ipid`.
|
||||
ipid применяется к каждому фрагменту. Для udp сегментация невозможна и не выполняется.
|
||||
|
||||
- Если dis отсутствует, берется desync.dis.
|
||||
- Если mss отсутствует, берется desync.tcp_mss.
|
||||
- Если options отсутствуют, они создаются на базе desync.arg.
|
||||
|
||||
### rawsend_payload_segmented
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user