Skip to content

Instantly share code, notes, and snippets.

View mejedi's full-sized avatar

Nick Zavaritsky mejedi

  • Berlin, Germany
View GitHub Profile
diff --git a/test/test_nat44_ed.py b/test/test_nat44_ed.py
index 5a204e277..d9d6ace2c 100644
--- a/test/test_nat44_ed.py
+++ b/test/test_nat44_ed.py
@@ -2834,6 +2834,37 @@ class TestNAT44EDMW(TestNAT44ED):
self.server_addr, self.nat_addr, in_port, out_port, IP_PROTOS.icmp
)
+ def test_frag_leak(self):
+ """NAT44ED leak test"""
@mejedi
mejedi / g.svg
Created June 26, 2025 17:28
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 26, 2025 17:09
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 26, 2025 15:42
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 25, 2025 13:29
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 25, 2025 13:12
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 25, 2025 11:14
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 24, 2025 17:19
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mejedi
mejedi / g.svg
Created June 24, 2025 17:11
/usr/bin/flamegraph -a -- sleep 20
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
package main
import (
"fmt"
"math"
"math/rand"
)
type ports map[uint16]struct{}