mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 23:52:16 +02:00
Comment Packet structure
This commit is contained in:
@ -14,6 +14,7 @@ type Options struct {
|
|||||||
MaxClients int
|
MaxClients int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Packet contains the necessary data to broadcast events like stream creating, packet receiving or stream closing.
|
||||||
type Packet struct {
|
type Packet struct {
|
||||||
Data []byte
|
Data []byte
|
||||||
PacketType string
|
PacketType string
|
||||||
|
Reference in New Issue
Block a user