Skip to content
View DKMFzF's full-sized avatar
🏴
black flag
🏴
black flag

Block or report DKMFzF

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DKMFzF/README.md

Просмотры профиля Email Telegram VK

Pinned Loading

  1. load-balancer-algorithms-L7-go load-balancer-algorithms-L7-go Public

    L7 balancing algorithms written in Go

    Go

  2. archiver-cpp-wasm-node archiver-cpp-wasm-node Public

    Archiver for file compression. The API provides file compression and decompression functionality using a custom Huffman coding algorithm implemented in C++ with a API on Node.js.

    WebAssembly

  3. shortener-redirect shortener-redirect Public

    Shortener URL on Go + Gin

    Go

  4. ebpf-eth0-monitoring ebpf-eth0-monitoring Public

    eBPF net Hello World

    Go

  5. infra-nat-getway-iac infra-nat-getway-iac Public

    Network architecture configuration for NAT gateway and private network

    HCL

  6. lookup_protocol source code for dete... lookup_protocol source code for determining the protocol type on L4
    1
    unsigned char lookup_protocol(struct xdp_md *ctx)
    2
    {
    3
      unsigned char protocol = 0;
    4
      void *data = (void *)(long)ctx->data;
    5
      void *data_end = (void *)(long)ctx->data_end;