You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed Target Framework form .NET 5 to .NET Standard 2.0 per official recommendations. As part of framework target change: removed usage of SafeSocketHandle in favor of SafeFileDescriptorHandle (#35).
Added support and associated unit tests for using MSG_PEEK and MSG_TRUNC message flags with recv function on ISO-TP sockets (#33, #36).
Added support for invoking getpeername function which is useful when working with J1939 sockets (#28).