Socket Programming in C/C++ Part - 7 (accepting the new connections)

Опубликовано: 11 Октябрь 2024
на канале: Varteta Learning Platform
10,424
112

Socket Programming in C/C++.
In this video I have discussed about the accept system call. Accept system call can be used to accept the new connection request by the client. The accept call returns a new socket descriptor on which server gets the new service requests over the network and further communication with client only takes place using that socket only.