Untitled
unknown
plain_text
a year ago
165 B
4
Indexable
fd +-socket ();
bind();
listen();
for (; ; )
confd=accept();
pid_f pid=fork();
if ( pid ==0)
{
close(fd);
read/write
close(confd);
}
close(confd);
Editor is loading...
Leave a Comment