Урок 1. Сетевое взаимодействие. Сокеты и UDP #1

Open
alexander wants to merge 1 commits from lesson_01 into master
Owner
  1. Дополните реализованный сервер обратным резолвом имени клиента.
  2. Дополните реализованный сервер так, чтобы он принимал команду exit и при её получении завершал работу.
    ***** Реализуйте утилиту Ping. Для сборки используйте CMake.
    ***** Реализуйте UDP-клиент для работы с сервером.
1. Дополните реализованный сервер обратным резолвом имени клиента. 2. Дополните реализованный сервер так, чтобы он принимал команду exit и при её получении завершал работу. ***** Реализуйте утилиту Ping. Для сборки используйте CMake. ***** Реализуйте UDP-клиент для работы с сервером.
alexander added 1 commit 2022-09-05 06:46:24 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lesson_01 master
git pull origin lesson_01

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff lesson_01
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alexander/geekbrains_network_programming#1
No description provided.