Added \"stream key\" to params storage
This commit is contained in:
parent
48c3bb1df4
commit
d5d5e71270
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue