Answers

Question and Answer:

  Home  User Datagram Protocol (UDP)

⟩ Write UDP/SOCK_DGRAM applications?

to implement the udp service we must creat socket by socket

system call which takes argument as SOCK_DGRAM which is

used for to pass the data in the form of datagrams.

 174 views

More Questions for you: