You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without the grouping, reading code as a prose becomes harder:
> Start the server. For a client, create a socket, set it nonblocking,
> get a server name that is a name of its listening port, connect to the
> server.
instead of:
> Start the server, its name is a name of its listening port. For
> a client, create a socket, set it nonblocking, connect to the server.
0 commit comments