Trudy

Results 22 issues of Trudy

I have found out that WinDivert performance can be increased significantly by using batch mode offered in WinDivertRecvEx. Can you implement WinDivertDevice with BatchMode using WinDivertRecvEx instead WinDivertRecv? The performance...

IPv6 TotalLength & PayloadLength & aren't calculated properly. I looked at code and saw UpdateCalculatedValues was not overrided by IPv6Packet. ```c# var buffer = new byte[100]; var packetv6 = new...

enhancement

android.runtime.JavaProxyThrowable: at System.IO.StreamWriter.WriteSpan (System.ReadOnlySpan`1[T] buffer, System.Boolean appendNewLine) [0x00068] in :0 at System.IO.StreamWriter.WriteLine (System.String value) [0x0000d] in :0 at VpnHood.Common.Logging.StreamLogger.Log[TState] (Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, TState state, System.Exception exception, System.Func`3[T1,T2,TResult] formatter) [0x0000e]...

bug

android.runtime.JavaProxyThrowable: at VpnHood.Client.App.UI.VpnHoodAppUi..ctor (System.IO.Stream spaZipStream, System.Int32 defaultPort) [0x0000d] in :0 at VpnHood.Client.App.UI.VpnHoodAppUi.Init (System.IO.Stream zipStream, System.Int32 defaultPort) [0x00000] in :0 at VpnHood.Client.App.Android.MainActivity.OnCreate (Android.OS.Bundle savedInstanceState) [0x00057] in :0 at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (System.IntPtr jnienv,...

bug