KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

API for the Transmission Control Protocol More...

Topics

 Options
 TCP protocol level options
 

Files

file  tcp.h
 Definitions for the Transmission Control Protocol.
 

Functions

int net_tcp_init (void)
 Init TCP.
 
void net_tcp_shutdown (void)
 Shutdown TCP.
 

Detailed Description

API for the Transmission Control Protocol

Function Documentation

◆ net_tcp_init()

int net_tcp_init ( void )

Init TCP.

Return values
0On success (no error conditions defined).

◆ net_tcp_shutdown()

void net_tcp_shutdown ( void )

Shutdown TCP.