https://linianhui.github.io/computer-networking
Networking PDU
| Layer | Protocol | PDU |
|---|---|---|
| Application | DHCP, DNS, VXLAN, MQTT, CoAP | Data |
| Transport | TCPSegment, UDPDatagram | |
| Internet | IPv4, ICMPv4, IPv6, ICMPv6 | Packet |
| DataLink | Ethernet, ARP, PPP, PPPoE, VLAN | Frame |
| CI Service | Platform | Test Status |
|---|---|---|
| GitHub Actions | docker | |
| GitLab CI | docker |
docker run \
--rm \
--volume $(pwd):/src \
--workdir /src \
--env GIT_COMMIT_SHA=$(git rev-parse --short HEAD) \
mcr.microsoft.com/dotnet/sdk:5.0 \
./cake.sh -target=pack