"SCKE" GLFunge98’s extension to SOCK
Fingerprint ID: | 0x534f434b |
New in version 0.5-rc2.
This fingerprint, from GLfunge98, adds more commands to SOCK fingerprint. It provides the following commands:
- H : hosts — addr
- Same to SOCK’s I command, but it could resolve the hostname via gethostbyname(3). Reflects on failure.
- P : handle — status
- Checks read buffer of the socket specified by handle. It will then push 1 if the socket has some data to read now, or 0 if not. Reflects on failure.