|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTIP-32 Programming Manual
Introduction
TCP/IP Networking
IP Packet Types
Sockets, IP, and Port Addresses
Blocking and Non-Blocking Sockets
MTU, MSS, and DCU
Fragmentation
UDP
TCP
IGMP
Routing Table
ARP
NAT
Programming with RTIP-32
Demo Programs
PPP
DHCP Client
DHCP Server
FTP Client
FTP Server
TFTP Client
TFTP Server
Telnet Client
Telnet Server
Web Server
SNMP Agent
POP3 Client
SMTP Client
SNTP Client
SMB Server
SMB Client
WLAN Driver
RTIP-32 Reference Manual
RTPEG-32
RTUSB-32
|
UDP
Processing of UDP send and receive is very simple. RTIP-32 maintains a send and receive queue per socket. When an application calls send or sendto on a UDP socket, the data is wrapped into a UDP packet (and fragmented if required) and placed on the output queue.
Received UDP packets are directly placed on the application socket's input queue. If required, fragmented packets are assembled.
TCP/IP Networking
Fragmentation
TCP
|