comparison process-packet.c @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents 695413c59b6a
children 6cd2152aae0b a3748e54273c
comparison
equal deleted inserted replaced
453:29953de278ae 454:7e43f5e473b9
54 54
55 /* These packets we can receive at any time */ 55 /* These packets we can receive at any time */
56 switch(type) { 56 switch(type) {
57 57
58 case SSH_MSG_IGNORE: 58 case SSH_MSG_IGNORE:
59 goto out;
59 case SSH_MSG_DEBUG: 60 case SSH_MSG_DEBUG:
60 TRACE(("received SSH_MSG_IGNORE or SSH_MSG_DEBUG"))
61 goto out; 61 goto out;
62 62
63 case SSH_MSG_UNIMPLEMENTED: 63 case SSH_MSG_UNIMPLEMENTED:
64 /* debugging XXX */ 64 /* debugging XXX */
65 TRACE(("SSH_MSG_UNIMPLEMENTED")) 65 TRACE(("SSH_MSG_UNIMPLEMENTED"))