Russ Cox
Russ Cox
What is the concrete API being proposed?
If we pattern off of #45886, maybe we should define IPMsg matching the new UDPMsg (using its field names, not the ones in ipv4.Message) and add ReadIPMsgs and WriteIPMsgs methods...
@martin-sucha @database64128 you commented on #45886. Any thoughts about my previous comment, essentially applying the same API here?
If we apply the #45886 API then we get ``` type IPMsg struct { Buffer [][]byte // must be pre-allocated by caller to non-zero len; callee fills, re-slices elements Control...
Add flags bits to the argument list and removed the populated by callee comment. Any other comments on the API? Does anyone object to adding this API?
Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — rsc for the proposal review group
No change in consensus, so **[accepted](https://go.dev/s/proposal-status#accepted)**. 🎉 This issue now tracks the work of implementing the proposal. — rsc for the proposal review group
This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...
The current thing we use is unmaintained, and we have to move to something. Perfetto seems like the best game in town and it sounds like people here are generally...
This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...