Allow tracking transaction id
This commit is contained in:
parent
a38fbea911
commit
5efc3d0970
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ type ProtocolParams struct {
|
||||||
peer_ack_win uint32
|
peer_ack_win uint32
|
||||||
curr_read uint32
|
curr_read uint32
|
||||||
stream_key string
|
stream_key string
|
||||||
|
trans_id float64
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewServer(port string) (error) {
|
func NewServer(port string) (error) {
|
||||||
|
|
Loading…
Reference in a new issue