mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-29 22:21:58 -08:00
Add package grumble/sessionpool for improved session ID reuse.
This commit is contained in:
parent
690e5bc750
commit
9703241e27
4 changed files with 154 additions and 0 deletions
7
pkg/sessionpool/Makefile
Normal file
7
pkg/sessionpool/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/sessionpool
|
||||
GOFILES = \
|
||||
sessionpool.go \
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
Loading…
Add table
Add a link
Reference in a new issue