# net

URL: /pounce/api/net/
Section: net
Description: Network layer — socket binding, listening, and TLS.

Handles the lowest level of the server: binding to addresses, accepting
connections, and optionally terminating TLS.

Modules:
- listener: Socket bind, SO_REUSEPORT, accept loop
- tls: TLS context creation and ALPN negotiation

---

> For a complete page index, fetch /pounce/llms.txt.

Open LLM text
(/pounce/api/net/index.txt)

Share with AI

Ask Claude
(https://claude.ai/new?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fnet%2Findex.txt)

Ask ChatGPT
(https://chatgpt.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fnet%2Findex.txt)

Ask Gemini
(https://gemini.google.com/app?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fnet%2Findex.txt)

Ask Copilot
(https://copilot.microsoft.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fpounce%2Fapi%2Fnet%2Findex.txt)

Module

#
`net`

Network layer — socket binding, listening, and TLS.

Handles the lowest level of the server: binding to addresses, accepting
connections, and optionally terminating TLS.

Modules:

- listener: Socket bind, SO_REUSEPORT, accept loop

- tls: TLS context creation and ALPN negotiation
