deputinizer
deputinizer
mipsle maybe? https://go.dev/doc/install/source#environment ``` | linux | mips | linux | mipsle | linux | mips64 | linux | mips64le ```
I have 2 GB of RAM and still getting OOM after a few days... ``` info attacking {"target": "http://xxie"} info attacking {"target": "http://xxsa"} info attacking {"target": "http://xxtil/"} Killed ``` Version...
Next day... next kill... i have to pprof before it gets killed ``` | --- | --- | --- | --- | --- | | Total | 13608405 | 13336567...
Also, I got a very uncomfortable email... Is there a way to lower the rate of TCP SYN / per second ? ``` Dear Customer, Abnormal activity has been detected...
And yet another panic... funny it's on a single-thread machine :laughing: so it's not race condition :worried: ``` ... 6969 more lines ... goroutine 20488 [sleep]: time.Sleep(0x14f46b0400) /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/time.go:194 +0x12e github.com/valyala/fasthttp.(*HostClient).connsCleaner(0xc00db6ad00)...
> amount of attempts to build a connection well that's called Dial In stoppropaganda i've implmented rate limiting https://github.com/erkexzcx/stoppropaganda#dialspersecond Edit: Here was the PR https://github.com/arriven/db1000n/pull/535/commits/025104a97a6f98f61bb4b554ca6437a649b29119#diff-f1c4adfa861d40deef193a963cc05fe1180e22fa8d2c4195c04b40b989fba4f3R238 Yeah, this PR was a...
[Spoiler] fatal error: runtime: out of memory `./db1000n 2> stderr.txt` ``` ... info attacking {"target": "http://smev74.gosuslugi.ru"} fatal error: runtime: out of memory runtime stack: runtime.throw({0xcc1d6f?, 0x10000000?}) /opt/hostedtoolcache/go/1.18.3/x64/src/runtime/panic.go:992 +0x71 runtime.sysMap(0xc020800000, 0xc00006be90?,...
Looks like windows just binds to IPv4 https://github.com/hyperium/hyper/blob/e8d523e579a262e5901a00e6248bd315f0352afe/src/client/connect/http.rs#L592 https://stackoverflow.com/questions/12603096/how-to-make-a-tcp-socket-work-with-so-bindtodevice-against-routing-table
Spelling? Missing `u` ```rust idle_timeot: Arc ``` Also is changing `Cargo.toml` required? ```toml log = "0.4.14" ``` And why not use: ```rust if let Err(_) = timeout(Duration::from_secs(10), fut).await { println!("did...
Please merge e8d523e579a262e5901a00e6248bd315f0352afe at least :kissing_heart: :stuck_out_tongue_winking_eye: