mewz-project / mewz

A unikernel designed specifically for running Wasm applications and compatible with WASI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lwIP error handling

saza-ku opened this issue · comments

commented

We're roughly handling the errors returned by lwIP functions, like this.

https://github.com/Mewz-project/Mewz/blob/main/src/tcpip.zig#L67

We need to respond appropriately depending on the type of error. The error types are defined here.