// just stick with the default
LOGGER.debug("Didn't find I/O exception config. Using default of "
+ tooManyIOEx);
}
eventDispatcher.notifyObservers(this, new ReceiverStartEvent(this));
try {
while (state != UNBOUND) {
try {
pak = readNextPacketInternal();
if (pak == null) {