Skip to content

Commit

Permalink
Remove stale README content
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 23, 2024
1 parent e6a554f commit c332c9d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ You can find the container at DockerHub: [stammw / quinn-interop](https://hub.do

## Directory summary:

* [submodule] quinn: the QUIC implementation
* [submodule] h3: the HTTP/3 implementation
* [submodule] quic-interop-runner: the testing application, to test locally
* quinn-interop: interop application to be deployed into the container

Expand Down Expand Up @@ -44,23 +42,3 @@ docker build -f Dockerfile -t stammw/quinn-interop:latest .
cd quic-interop-runner/
python3 run.py -d -s quic-go -c quinn
```

### Using Vagrant

It's possible that your system doesn't handle the network correctly for the interop tester to work. In this case, a Vagrant box is available:

``` sh
# Spin up the vagrant box
vagrant up

# Then, connect to it and start testing
vagrant ssh
(cd ../ && docker build -f Dockerfile -t stammw/quinn-interop:latest .) \
&& python3 run.py -d -s quic-go -c quinn
```

When you need to start hacking a bit, this command might be handy:

``` sh
vagrant rsync-auto
```

0 comments on commit c332c9d

Please sign in to comment.