mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
small fixes
This commit is contained in:
parent
185d77e94f
commit
026965bda5
19 changed files with 124 additions and 106 deletions
|
|
@ -153,8 +153,8 @@ impl ChannelsState {
|
|||
}
|
||||
|
||||
pub fn recv_packet(&mut self, packet: Packet) -> Result<()> {
|
||||
// TODO: window
|
||||
|
||||
// TODO: what if we mostly ignored window and just always increased it again?
|
||||
// there's an excention to ignore it entirely that we could also support...
|
||||
let mut p = packet.payload_parser();
|
||||
let packet_type = p.u8()?;
|
||||
match packet_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue