nanovms / nanos

A kernel designed to run one and only one application in a virtualized environment
https://nanos.org
Apache License 2.0
2.59k stars 134 forks source link

netsock_getsockopt(): add more TCP options #1973

Closed francescolavra closed 9 months ago

francescolavra commented 9 months ago

This change enhances the getsockopt() implementation for network sockets by adding support for a few options at the TCP socket option level. These options are used by the AMQP client for Python at http://github.com/celery/py-amqp.

Closes https://github.com/nanovms/ops/issues/1541.