Added \"stream key\" to params storage

This commit is contained in:
Muaz Ahmad 2023-08-10 23:51:54 +05:00
parent 48c3bb1df4
commit d5d5e71270

View file

@ -9,6 +9,7 @@ type ProtocolParams struct {
chunk_size uint32
peer_ack_win uint32
curr_read uint32
stream_key string
}
func NewServer(port *string) (error) {