Christopher Meis

Results 36 comments of Christopher Meis

When implementing the `--cache` option for routing tables of IPv6, I encountered legacy compatibility for really old kernel versions. There is a file opened and if that fails, it falls...

> @ChriMarMe @jensdrenhaus Hi, srry for the delay! -- re. socket types and address family. > > I mostly agree with the assesment put by @jensdrenhaus , except we would...

> > When implementing the `--cache` option for routing tables of IPv6, I encountered legacy compatibility for really old kernel versions. There is a file opened and if that fails,...

@10000TB >BTW, I just found out that ss is replacing netstat, as a more modern alternative. Could we double cache stuff in the sources of ss? What do you mean...

Restructures the commits. I know they're still quite big each. Every commit implements the required functionality for the specific main capability of netstat.

> > Could we double cache stuff in the sources of `ss` ? > > my bad...typo. Meant to ask to you to double **check** cache stuff in `ss`. `ss`...

This will provide minimal terminal size under conditions in which the ioctl call will return 0,0 for row, col size. Should allow prompt with tab completion in docker and qemu...

I cant tell. My goal is to reimplement netstat in golang and found this weird behavior. The code was not helpful in showing the intention or if there was any....