One of the things I love about Go is its ability to write code in one OS 
and easily cross-compile and deploy that code to another OS.  Can someone 
help me understand the differences in Windows vs Linux Go networking 
stack?  I know that at the top level they are both the same, just use 
net.Dial("tcp", ":8080), etc.. but I would like to know if there are 
underlying network stack differences in the Go standard library that will 
cause different performance characteristics between the two OSes?

Luke Mauldin

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to