IronRDP/crates/ironrdp-session
Zac Bergquist b55924ee0a
fix: save the disconnect reason from the set error info PDU (#547)
The Set Error Info PDU is sent as a precursor to a server-side
disconnect and informs the client of the reason for the disconnection
which will follow. Once this PDU has been processed, the client MUST
store the error code so that the reason for the server disconnect
which will follow can be accurately reported to the user.
2024-09-23 01:15:42 -04:00
..
src fix: save the disconnect reason from the set error info PDU (#547) 2024-09-23 01:15:42 -04:00
Cargo.toml refactor(core): move cursor.rs 2024-08-30 00:05:16 -04:00
README.md refactor: clarify project architecture (#123) 2023-05-09 21:00:07 +00:00

IronRDP Session

Abstract state machine to drive an RDP session.