Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Changes
|
Wishlist
Within ssh.c, PuTTY uses a server channel number of (unsigned)(-1) to represent a channel that doesn't have a server channel number assigned yet. Neither SSH-1 nor SSH-2, though, places any restriction on the use of 0xffffffff as a channel number, which is what (unsigned)(-1) will be on a 32-bit system. If a server using 0xffffffff as a channel number, PuTTY will not believe that the channel is properly open, and will, for instance, die with a fatal error if the server tries to close it.