IETF-SSH archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

query on ssh transport packet



Hi,

Is it possible to have a transport layer packet contain >1 upper layer packets?

For eg:

Transport_Packet.data
{
	connection.packet{
		type = SSH_MSG_CHANNEL_DATA
		string data
	}
	connection.packet{
		type = SSH_MSG_CHANNEL_WINDOW_ADJUST
		uint32 channel_id
		...
	}
}

The reverse situation where 1 upper layer packet spans >1 transport packet is not permitted, so i just wanted know of this case.


Thanks,
jimmy
--
Endless Loop: n.,see Loop, Endless.
Loop Endless: n.,see Endless Loop.
-Anonymous




Home | Main Index | Thread Index | Old Index