hpcn-uam / Limago

Limago: an FPGA-based Open-source 100 GbE TCP/IP Stack
BSD 3-Clause "New" or "Revised" License
122 stars 46 forks source link

How to deal with UDP packet? #15

Closed xiaoliang201188 closed 3 years ago

xiaoliang201188 commented 3 years ago

dropt it in module Inbound Packet ?

mariodruiz commented 3 years ago

Hi,

The UDP module is not included by default in the project. However, the UDP IP is provided. You will need to include it on your own.

xiaoliang201188 commented 3 years ago

ok, thanks!