Re: [go-nuts] tcp/ip stack for bare metal

2020-01-01 Thread Devon H. O'Dell
Hi Steve, You might take a look at the stack implemented in https://github.com/google/gvisor. —dho On Wed, Jan 1, 2020 at 13:16 Steve Simon wrote: > hi, > > please forgive a newbie question but is there a production ready tcp/ip > stack written in go? > > i would like to run go on bare metal o

[go-nuts] tcp/ip stack for bare metal

2020-01-01 Thread Steve Simon
hi, please forgive a newbie question but is there a production ready tcp/ip stack written in go? i would like to run go on bare metal on a fairly grunty cpu - not running hosted simplifies the dependency tree for product release. i need only a trivial filesystem and (i think) no other OS servi