02.07.2013 Views

A/UX® Programmer's Reference Sections

A/UX® Programmer's Reference Sections

A/UX® Programmer's Reference Sections

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

tcp(5P) tcp(5P)<br />

[ENOBUF S ] when the system runs out of memory for<br />

an internal data structure;<br />

[ETIMEDOUT] when a connection was dropped due to<br />

excessive retransmissions;<br />

[ECONNRESET] when the remote peer forces the connection<br />

to be closed;<br />

[ECONNREFUSED] when the remote peer actively refuses<br />

connection establishment (usually because<br />

no process is listening to the port);<br />

[EADDRINUSE] when an attempt is made to create a socket<br />

with a port which has already been allocated;<br />

[EADDRNOTAVAIL] when an attempt is made to create a socket<br />

with a network address for which no<br />

network interface exists.<br />

SEE ALSO<br />

intro(5), inet(5F).<br />

BUGS<br />

It should be possible to send and receive TCP options. The system<br />

always tries to negotiates the maximum TCP segment size to<br />

be 1024 bytes. This can result in poor performance if an intervening<br />

network performs excessive fragmentation.<br />

2<br />

February, 1990<br />

Revision C

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!