Skip to content
View aksueikava's full-sized avatar
🌀
Just because you know me doesn't mean you can know anything about me.
🌀
Just because you know me doesn't mean you can know anything about me.

Block or report aksueikava

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 Loading

  1. TimerResolutionMeasure TimerResolutionMeasure Public

    Measures sleep delay accuracy based on system timer resolution. The program runs in an infinite loop, collecting data on the actual sleep time and comparing it to the expected time.

    C++ 1

  2. SCP: SL Pre-Auth Filter SCP: SL Pre-Auth Filter
    1
    sudo iptables -N SL-Filter
    2
    sudo iptables -N SL-PreAuth
    3
    
                  
    4
    sudo iptables -I INPUT -i <interface> -p udp --dport <port(s)> -j SL-Filter
    5