Skip to content
View sakno's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sakno

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotnet/dotNext dotnet/dotNext Public

    Next generation API for .NET

    C# 1.5k 119

  2. Path MTU discovery in C# Path MTU discovery in C#
    1
    The following code allows to discover MTU between your local machine and remote host in C#:
    2
    ```csharp
    3
    static int? DiscoverMtu(IPAddress address, int timeout, int ttl = 240)
    4
            {
    5
                const int icmpEchoHeaderSize = 8;
  3. runtime runtime Public

    Forked from dotnet/runtime

    .NET is a cross-platform runtime for cloud, IoT, mobile and desktop apps.

    C#