increased priority

This commit is contained in:
Nikos Mavrogiannopoulos
2013-05-19 11:52:16 +02:00
parent d98a9c48c2
commit dac888f1f5

View File

@@ -1239,7 +1239,6 @@ hsk_restart:
if (ret == 0) {
goto hsk_restart;
}
}
if (ret == 0) {
@@ -1247,7 +1246,7 @@ hsk_restart:
ws->udp_state = UP_ACTIVE;
mtu_discovery_init(ws, mtu);
mtu_set(ws, mtu);
oclog(ws, LOG_DEBUG, "DTLS handshake completed (MTU: %u)\n", ws->conn_mtu);
oclog(ws, LOG_INFO, "DTLS handshake completed (MTU: %u)\n", ws->conn_mtu);
}
break;