mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Comment Packet structure
This commit is contained in:
parent
e74213fefa
commit
98d5c609a3
@ -14,6 +14,7 @@ type Options struct {
|
||||
MaxClients int
|
||||
}
|
||||
|
||||
// Packet contains the necessary data to broadcast events like stream creating, packet receiving or stream closing.
|
||||
type Packet struct {
|
||||
Data []byte
|
||||
PacketType string
|
||||
|
Loading…
Reference in New Issue
Block a user