for (;;) {
if (compat20) {
type = packet_read_poll2(seqnr_p);
keep_alive_timeouts = 0;
if (type) {
if (type)
DBG(debug("received packet type %d", type));
}
switch (type) {
case SSH2_MSG_IGNORE:
debug3("Received SSH2_MSG_IGNORE");