Accesses the maximum bytes to read of an async-io-state.
comm
async-io-state-max-read async-io-state => max-read
setf (async-io-state-max-read async-io-state) max-read => max-read
async-io-state⇩ |
An async-io-state. |
max-read⇩ |
An integer. |
max-read⇩ |
An integer. |
The accessor async-io-state-max-read
is used to read and write the maximum bytes to try to read of async-io-state. max-read is an integer specifying the maximum number of bytes to try to read between calls to the callback in async-io-state-read-with-checking.
async-io-state
async-io-state-read-with-checking
25.7.2 The Async-I/O-State API
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26