
Know your SCM_RIGHTS
11/29/2018
Introduced the use of SCM_RIGHTS (Send/Receive Control Message Rights) via UNIX domain sockets to enable inter-process communication for sharing established TCP connections. This allows a C process (nginx-ssl) to handle older TLS versions and pass TLS 1.3 connections to a Go process (go-ssl) for specialized handling. Provided code examples in Go and Rust for implementing this mechanism.