Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@sakno
sakno
Follow
View sakno's full-sized avatar
🎯
Focusing

Roman Sakno sakno

🎯
Focusing

Block or report sakno

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

PinnedLoading

  1. dotnet/dotNextdotnet/dotNextPublic

    Next generation API for .NET

    C# 1.7k 136

  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
    staticint?DiscoverMtu(IPAddressaddress,inttimeout,intttl=240)
    4
            {
    5
    constinticmpEchoHeaderSize=8;
  3. Lock-free queue in C#Lock-free queue in C#
    1
    publicclassLockFreeQueue<T>
    2
    {
    3
    privateNode?head,tail;
    4
    5
    privatevoidEnqueueWithContention(NodecurrentTail,NodenewNode)

[8]ページ先頭

©2009-2025 Movatter.jp