How to UDP Broadcast with C in Linux?

前端 未结 4 1603
一向
一向 2020-12-13 00:52

How to UDP Broadcast with C in Linux?

4条回答
  •  借酒劲吻你
    2020-12-13 01:05

    Typically using the Berkeley sockets API, to sendto() one or more datagrams to a known broadcast-class IP address.

提交回复
热议问题