Skip to content

0.7.0

Compare
Choose a tag to compare
@derek-will derek-will released this 28 Jul 01:58
· 80 commits to main since this release
  • 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).