UDP.c File Reference
Detailed Description
User Datagram Protocol (UDP) Communications Layer Server Module for Microchip TCP/IP Stack.
- Provides unreliable, minimum latency transport of application datagram (packet) oriented data
- Reference: RFC 768
- Dependencies: IP, Ethernet (ETH97J60.c)
- Processor: PIC18, PIC24F, PIC24H, dsPIC30F, dsPIC33F, PIC32MX
- Compiler: Microchip C32 v1.00 or higher Microchip C30 v3.01 or higher Microchip C18 v3.13 or higher HI-TECH PICC-18 STD 9.50PL3 or higher
- Company: Microchip Technology, Inc.
See the Microchip License Agreement for more details.
- Modifications to the original file
- Removed preprocessor macro STACK_USE_UDP as always defined.
- Added a hook for processing MDNS frames in UDPProcess()
- Added a function for determining the amount of bytes already put.
- Added a IP filter in UDPProcess