HouQiming
HouQiming
English Only (except for bug reporting). To reproduce the problem, you need 3 systems A, B, C and a remote https server D. Theoretically A and B could be the...
Added an option `--wireguard` triggering two small changes to address wireguard quirks: - Clear DF bit: wireguard MTU is quite small already and adding udp2raw on top breaks a lot...
The original Pike VM has serious memory leak issues and can crash matching just a few megabytes of text. This patch fixes them.
``` import "system.jc" import System.Console.* struct Matrix4x4 float4 l0 float4 l1 float4 l2 float4 l3 inline test() l0[2]=1.f (function(){ a=Matrix4x4() a.test() Writeln(a) })() ```