Improve MSTP debug. Fix WhoIs app APDU timeout.
This commit is contained in:
@@ -773,6 +773,7 @@ bool dlmstp_init(char *ifname)
|
||||
fprintf(stderr, "MS/TP MAC: %02X\n", MSTP_Port.This_Station);
|
||||
fprintf(stderr, "MS/TP Max_Master: %02X\n", MSTP_Port.Nmax_master);
|
||||
fprintf(stderr, "MS/TP Max_Info_Frames: %u\n", MSTP_Port.Nmax_info_frames);
|
||||
fflush(stderr);
|
||||
#endif
|
||||
/* start the threads */
|
||||
/* rv = pthread_create(&hThread, NULL, dlmstp_receive_fsm_task, NULL); */
|
||||
|
||||
Reference in New Issue
Block a user