mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
use Genny to generate typed lists, based on Go standard library code
This commit is contained in:
parent
51b9820084
commit
7346d12d6c
13 changed files with 309 additions and 80 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
)
|
||||
|
||||
// A Packet is a packet
|
||||
// +gen linkedlist
|
||||
type Packet struct {
|
||||
PacketNumber protocol.PacketNumber
|
||||
PacketType protocol.PacketType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue