AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Improve port API and update generic_unix socket_driver to use it

Open pguyot opened this issue 2 years ago • 0 comments

Add port_ensure_available_with_roots after memory_ensure_free_with_roots Add several new port_send_* functions Update port_send_reply to ensure memory is available Document port_send_* functions Use these new functions in generic_unix's socket_driver

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

pguyot avatar May 08 '23 12:05 pguyot