Corrected comments.
This commit is contained in:
@@ -110,7 +110,7 @@ static void print_address_cache(
|
|||||||
uint32_t device_id = 0;
|
uint32_t device_id = 0;
|
||||||
unsigned max_apdu = 0;
|
unsigned max_apdu = 0;
|
||||||
|
|
||||||
// printf("%-7s %-14s %-4s %-5s %-14s\n", "Device", "MAC", "APDU", "SNET", "SADR");
|
/* printf("%-7s %-14s %-4s %-5s %-14s\n", "Device", "MAC", "APDU", "SNET", "SADR"); */
|
||||||
printf(";%-7s %-17s %-5s %-17s %-4s\n", "Device", "MAC", "SNET", "SADR", "APDU");
|
printf(";%-7s %-17s %-5s %-17s %-4s\n", "Device", "MAC", "SNET", "SADR", "APDU");
|
||||||
printf(";------- ----------------- ----- ----------------- ----\n");
|
printf(";------- ----------------- ----- ----------------- ----\n");
|
||||||
for (i = 0; i < MAX_ADDRESS_CACHE; i++) {
|
for (i = 0; i < MAX_ADDRESS_CACHE; i++) {
|
||||||
@@ -133,7 +133,7 @@ static void print_address_cache(
|
|||||||
} else {
|
} else {
|
||||||
printf(" ");
|
printf(" ");
|
||||||
}
|
}
|
||||||
//printf(" ");
|
/*printf(" "); */
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
printf("0 ");
|
printf("0 ");
|
||||||
|
|||||||
@@ -67,8 +67,14 @@
|
|||||||
/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476, BACnet/IP=64K */
|
/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476, BACnet/IP=64K */
|
||||||
#if !defined(MAX_APDU)
|
#if !defined(MAX_APDU)
|
||||||
/* #define MAX_APDU 50 */
|
/* #define MAX_APDU 50 */
|
||||||
#define MAX_APDU 480
|
|
||||||
/* #define MAX_APDU 1476 */
|
/* #define MAX_APDU 1476 */
|
||||||
|
#if defined(BACDL_BIP)
|
||||||
|
#define MAX_APDU 16383
|
||||||
|
#elif defined (BACDL_ETHERNET)
|
||||||
|
#define MAX_APDU 1476
|
||||||
|
#else
|
||||||
|
#define MAX_APDU 480
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* for confirmed messages, this is the number of transactions */
|
/* for confirmed messages, this is the number of transactions */
|
||||||
|
|||||||
Reference in New Issue
Block a user