implement a basic store for new connection IDs

This commit is contained in:
Marten Seemann
2019-09-14 14:11:28 +07:00
parent 36c77a56c9
commit 031c1709e6
6 changed files with 368 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ package utils
//go:generate genny -pkg utils -in linkedlist/linkedlist.go -out byteinterval_linkedlist.go gen Item=ByteInterval
//go:generate genny -pkg utils -in linkedlist/linkedlist.go -out packetinterval_linkedlist.go gen Item=PacketInterval
//go:generate genny -pkg utils -in linkedlist/linkedlist.go -out newconnectionid_linkedlist.go gen Item=NewConnectionID