-
A **filter** is used by a classful qdisc to determine in which class a packet will be enqueued. Whenever traffic arrives at a class with subclasses, it needs to be classified. Various methods may be e…
-
Using version `accel-ppp version 1.12.0-149-gff91c73`.
The issue #154 can be triggered even by remote client.
## Steps to reproduce
1. Build access-ppp:
```shell
mkdir build && cd build
cm…
-
Using version `accel-ppp version 1.12.0-149-gff91c73`
The function `reload_exec` can cause `stack-buffer-underflow`:
Here is the asan report:
```
============================================…
-
Using version `accel-ppp version 1.12.0-149-gff91c73`.
## Summary
Sending `PPTP Call Clear Request` Packet after `PPTP Start Control Connection Request` and `PPTP Outgoing Call Request` to serve…
-
``` r
remotes::install_github("pixgarden/xsitemap")
#> Using github PAT from envvar GITHUB_PAT
#> Skipping install of 'xsitemap' from a github remote, the SHA1 (933fb148) has not changed since last…
-
- Should we add the "official" paper to the website? https://www.sciencedirect.com/science/article/pii/S2211467X18300609
- And I also noticed that we haven't uploaded the latest presentations from t…
-
After sourcing example1.tcl, I want to see how the timing arc between r1/Q to u2/A1 is calculated, so I enter the command
```
report_dcalc -from r1/Q -to u2/A1
```
but nothing is returned
-
oot@lqos:~# crusader test --stream-stagger 5 --streams 2 --load-duration 10 fd77::2
Connected to server [fd77::2]:35481
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Unabl…
dtaht updated
1 month ago
-
I've tested running this on our [Ubuntu Docker image](https://github.com/sitespeedio/sitespeed.io-docker/blob/master/browsertime/Dockerfile) running on Mac OS X and got an error with modprobe:
[2016-…
-
Hello,
I’m writing an MPQUIC client-server connection using Golang in a Mininet environment. I want to forward a file from the server to the client, so I send the whole stream over the connection and…