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
Copy file name to clipboardExpand all lines: chapters/io/ipc/drills/tasks/client-server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Ordered Client-Server Communication
2
2
3
-
Navigate to `chapters/io/ipc/drills/tasks/client-server/` and run `make` to generate the `support` directory.
3
+
Navigate to `client-server` directory of the extracted archive (or `chapters/io/ipc/drills/tasks/client-server/` if you are working directly in the repository) and run `make` to generate the `support` directory.
4
4
This exercise will guide you in creating a basic messaging protocol between a server and a client.
5
5
Although in real-world applications a server typically handles multiple connections at once, here we focus on a single connection.
6
6
Handling multiple connections is further explored in [I/O multiplexing](../../../../io-multiplexing/reading/io-multiplexing.md).
0 commit comments