EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 31

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
RM004012-0707
Notes:
1. The
2. Compatibility–This
argp A pointer to a parameter for cmd.
is used to set or retrieve operating Argument(s) associated with the
socket.
functions on a socket when compared to the
Berkeley sockets.
FCNCLBIO—This command resumes any thread blocked on the
socket for recv()/send()/connect()/accept(). The argp
parameter points to an UINT32 value. If the thread is to be
unblocked from recv()*argp must be 1, else it must be 6 if
thread has to be unblocked from send(), connect() or
accept() calls.
FUDPCKSUM—This command disables UDP checksum
calculation, which is enabled by default.
FDISNAGLE—This command disables the nagle algorithm which
is enabled by default (used only for TCP sockets).
FENANAGLE—This command enables the nagle algorithm if
disabled using FDISNAGLE (used only for TCP sockets).
FIONREAD—This command determines the amount of data
pending in the network’s input buffer that can be read from socket
s (used for TCP/UDP sockets).
FIONWRITE—This command determines the amount of data
pending in the network’s output buffer that is yet to be sent out by
the network stack (used only for TCP sockets).
TCPKEEPALIVE_ON—This command enables the Keep Alive
feature of the TCP protocol. The argp parameter specifies the
value of Keep Alive timeout in seconds.
TCPKEEPALIVE_OFF—This command disables the Keep Alive
feature of the TCP protocol.
ioctlsocket
function can be used on any socket in any state. It
ioctlsocket
function performs only a subset of
Zilog TCP/IP Stack API
ioctl
Reference Manual
ZTP API Reference
function found in
23

Related parts for EZ800000100STS