if (retryCount == maxRetries || parent.shutdown) {
callbacks.failure();
}
} else {
// Otherwise, (re)send the message
parent.iface.sendTo(parent.remoteAddress, message, new TrSentListener() {
public void failure() {
// TODO: Should probably complain or something
}