Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

ipv4-client#

ipv4-client unikernel demo

An ICMP echo client using the raw IPv4 protocol demultiplexer rather than a socket. It sends protocol ICMP, receives the matching reply on a listener, and checks the sequence number.

This makes the IPv4 boundary visible: protocol registration, packet delivery, and correlation all live in the application. It is useful for adding a custom IP protocol without pretending it is a TCP or UDP socket.