Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(_config: QuicServerConfig) -> Result<()>
Expand description

Start a QUIC server

Note: This is a placeholder implementation. Full QUIC support would require adding the quinn crate and implementing the full QUIC protocol stack.