handleMSG_IGNORE method

void handleMSG_IGNORE(
  1. MSG_IGNORE msg
)

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');
  }
}