chux0519 / pegasocks

A lightweight proxy client written in C, intends to support multiple protocols(trojan etc.)
BSD 3-Clause "New" or "Revised" License
116 stars 35 forks source link

bug: vmess protocol #6

Closed chux0519 closed 3 years ago

chux0519 commented 3 years ago

When the payload size exceeds the limit, it will fail the assertion

Assertion failed: (data_len + 2 <= _PGS_BUFSIZE), function pgs_vmess_write_body