void resend()

resend the data if previous sending failed

Source

void resend() {
  requester.addToSendList(data);
}