mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
fix: broken links to issues
some links are pointing to gaukas/uquic, which was once the root repository but moved here. Since gaukas/uquic is now a fork, URL redirects are no more and we need to manually update the links.
This commit is contained in:
parent
edf00ef67a
commit
6d525c0e31
1 changed files with 4 additions and 4 deletions
|
@ -24,15 +24,15 @@ If you are interested in our research, please stay tuned for our paper.
|
|||
## Development Roadmap
|
||||
- [ ] Customize Initial Packet
|
||||
- [x] QUIC Header
|
||||
- [x] QUIC Frame (~~[#3](https://github.com/gaukas/uquic/issues/3)~~)
|
||||
- [x] QUIC Frame (~~[#3](https://github.com/refraction-networking/uquic/issues/3)~~)
|
||||
- [x] QUIC Crypto Frame
|
||||
- [x] QUIC Padding Frame
|
||||
- [x] QUIC Ping Frame
|
||||
- [ ] QUIC ACK Frame (on hold)
|
||||
- [x] TLS ClientHello Message (by [uTLS](https://github.com/refraction-networking/utls))
|
||||
- [x] QUIC Transport Parameters (in a uTLS extension)
|
||||
- [ ] Customize Initial ACK behavior ([#1](https://github.com/gaukas/uquic/issues/1), [quic-go#4007](https://github.com/quic-go/quic-go/issues/4007))
|
||||
- [ ] Customize Initial Retry behavior ([#2](https://github.com/gaukas/uquic/issues/2))
|
||||
- [ ] Customize Initial ACK behavior ([#1](https://github.com/refraction-networking/uquic/issues/1), [quic-go#4007](https://github.com/quic-go/quic-go/issues/4007))
|
||||
- [ ] Customize Initial Retry behavior ([#2](https://github.com/refraction-networking/uquic/issues/2))
|
||||
- [ ] Add preset QUIC parrots
|
||||
- [x] Google Chrome parrot (call for parrots w/ `Token/PSK`)
|
||||
- [x] Mozilla Firefox parrot (call for parrots w/ `Token/PSK`)
|
||||
|
@ -108,4 +108,4 @@ func main() {
|
|||
}
|
||||
fmt.Printf("Response Body: %s", body.Bytes())
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue