handleMSG_IGNORE method
MSG_IGNORE can be used as an additional protection measure against advanced traffic analysis techniques.
Implementation
void handleMSG_IGNORE(MSG_IGNORE msg) {
if (tracePrint != null) {
tracePrint('$hostport: MSG_IGNORE');
}
}