summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2016-03-18 14:47:37 +0100
committerStephane Letz <letz@grame.fr>2016-03-18 14:47:37 +0100
commit2fa0a35036cdf5592281fca36096d6a4ae8db4a0 (patch)
tree96f5e876961464d6236662a331a89fea8d3cef50
parent6fb2dfc0802d85cc9a56ed2a8fb50a9e9e272d1a (diff)
downloadjack2-2fa0a35036cdf5592281fca36096d6a4ae8db4a0.tar.gz
Restore working version for _session_params.
-rw-r--r--common/JackNetTool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/JackNetTool.h b/common/JackNetTool.h
index d8bc6df9..c459dbcb 100644
--- a/common/JackNetTool.h
+++ b/common/JackNetTool.h
@@ -94,9 +94,9 @@ namespace Jack
char fPacketType[8]; //packet type ('param')
uint32_t fProtocolVersion; //version
int32_t fPacketID; //indicates the packet type
- char fName[JACK_CLIENT_NAME_SIZE+8]; //slave's name
- char fMasterNetName[JACK_SERVER_NAME_SIZE+8]; //master hostname (network)
- char fSlaveNetName[JACK_SERVER_NAME_SIZE+8]; //slave hostname (network)
+ char fName[JACK_CLIENT_NAME_SIZE]; //slave's name
+ char fMasterNetName[JACK_SERVER_NAME_SIZE]; //master hostname (network)
+ char fSlaveNetName[JACK_SERVER_NAME_SIZE]; //slave hostname (network)
uint32_t fMtu; //connection mtu
uint32_t fID; //slave's ID
uint32_t fTransportSync; //is the transport synced ?