Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

To accept an incoming connection on a socket, you need to call the _____________() function. This function blocks until a connection is made and returns a valid socket descriptor if a connection is successfully established.

Write the missing line below.