netmap-unipi / netmap-tutorial

Netmap tutorial at SIGCOMM 2017 and AsiaBSDCon 2018
80 stars 17 forks source link

make error #5

Open mseaspring opened 6 years ago

mseaspring commented 6 years ago

Sink.c: In the function ‘udp_port_match’: Sink.c:52:13: Error: ‘struct udphdr’ does not have a member named ‘uh_dport’       If (udph->uh_dport == htons(udp_port)) {

vmaffione commented 6 years ago

which operating system (and version) are you compiling on?