Hi, I am polishing my raw socket lib.
But, I would like to add some platform constants via detect so that I get my modifications back automatically ( and others as well).
But it breaks my installation once I move the linux_const.nim because of incorrect type(TSa_family) but should be cint. Si I am missing something.
But what?