arthur sfez
arthur sfez
I personally dislike having partial git status showing, for example: `+1 -2`, and I prefer to see the full form `+1 ~0 -2`. This PR adds an option to do...
The tcpip.Stats.DroppedPackets statistic is used inconsistently. It is sometimes incremented when a malformed packet is received (we have a stat for that already), sometimes when an unexpected packet is received...
### Description Applicable to transport/internal/network.NetworkEndpoint (=> udp & raw & icmp endpoints) transport/tcp.Endpoint Some of the methods to set or get an option {Get,Set}SockOpt{,Int} do not return an error when...
### Description transport/internal/network.Endpoint implements common facilities shared to send/receive datagrams over a network protocol. UDP, ICMP, RAW endpoints are composed with that type. We can treat each TCP segment as...
On version 0.8.10 (haven't tested master but code seems to be the same) The block input and output rates are computed using pgpgin and pgpgout from `/proc/vmstat`: https://github.com/landley/toybox/blob/0.8.10/toys/other/vmstat.c#L50 We then...