KolibriOS kernel
tcp_output.inc File Reference

Functions

void tcp_output ()
 --------------------------------------------------------------—; ; tcp_output ; ; IN: eax = socket pointer ; ; OUT: eax = 0 on success/errorcode ; ; --------------------------------------------------------------—; More...
 

Variables

db temp_bits
 
dd rcv_window
 

Function Documentation

◆ tcp_output()

void tcp_output ( )

--------------------------------------------------------------—; ; tcp_output ; ; IN: eax = socket pointer ; ; OUT: eax = 0 on success/errorcode ; ; --------------------------------------------------------------—;

Source
network/tcp_output.inc:30

Variable Documentation

◆ rcv_window

dd rcv_window
Initial value
?
Source
network/tcp_output.inc:34

◆ temp_bits

db temp_bits
Initial value
?
Source
network/tcp_output.inc:33