Computer Science, asked by abhayganesh1936, 10 months ago

What are the system calls in tcp socket programming?

Answers

Answered by Zisha7
2

Answer:

A typical TCP client and server application issues a sequence of TCP system to attain certain functions.

Some of these system calls include sockets (), bind(), listen (), accept (), send (),and receive ().

Similar questions