Browse Source

Raise MAX_LATENCY and improve debug messages.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3267 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
sletz 16 years ago
parent
commit
84069e8657
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common/JackNetInterface.cpp
  2. +1
    -1
      common/JackNetInterface.h

+ 1
- 1
common/JackNetInterface.cpp View File

@@ -521,7 +521,7 @@ namespace Jack
if ( rx_head->fCycle == fTxHeader.fCycle )
return 0;
*/
jack_info ( "NetMaster : overloaded, skipping receive." );
jack_info("NetMaster : overloaded, skipping receive from '%s'", fParams.fName);
return 0;
}
}


+ 1
- 1
common/JackNetInterface.h View File

@@ -186,6 +186,6 @@ namespace Jack
#define MASTER_INIT_TIMEOUT 1000000 // in usec
#define SLAVE_INIT_TIMEOUT 2000000 // in usec

#define MAX_LATENCY 4
#define MAX_LATENCY 6

#endif

Loading…
Cancel
Save