I have a program that does some networking using Winsock, and one of our requirements right now is to port over our program to Linux. The only thing stopping us from doing t
Without seeing code, it's tough to say how easy it is. But you should be able to replace winsock calls to analogs in sys/sockets.h.