Skip to content
Snippets Groups Projects
Commit 9515bdd8 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

net: add support for UDP sockets, use it (receive only by now)


We are going to add more UDP services, so this commit adds the
generic management of UDP sockets, with udp protocol and port matching.
Thus, we now have two IPV4 sockets: one for ICMP and one for bootp;
whose receive part relies on generic code for the match.

We still miss the output helpers, so with this commit bootp still
builds the whole frame by itself.

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 3e26f250
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment