Sockets in MinGW

后端 未结 7 1253
猫巷女王i
猫巷女王i 2020-12-30 23:26

I was just trying to build netcat in MSYS using MinGW and realized that MinGW never really ported all of the BSD socket stuff to Windows (eg sys/socket.h). I know you can u

7条回答
  •  有刺的猬
    2020-12-31 00:13

    See the stackoverflow link : Where does one get the "sys/socket.h" header/source file?

    The answer/solution is more explicit.

提交回复
热议问题