All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

async-io-state-max-read Accessor

Summary

Accesses the maximum bytes to read of an async-io-state.

Package

comm

Signature

async-io-state-max-read async-io-state => max-read

setf (async-io-state-max-read async-io-state) max-read => max-read

Arguments
async-io-state
max-read
An integer.
Values
max-read
An integer.
Description

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.

See also

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