docs: TCP/IP (흐름제어/혼잡제어) 문장 수정 및 추가 #217
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
reliable network를 보장한다는 것은 4가지 문제점 존재
에서unreliable network 환경에서는 4가지 문제점 존재
로 바꾸었습니다.기존 문장은 reliable network가 문제를 가진다는 오해의 소지가 있어 의미 전달을 명확히 하기 위해 변경하였습니다.
TCP 통신 설명에
- TCP는 흐름제어와 혼잡제어를 통해 안정적인 데이터 전송을 보장
을 추가하였습니다.이후에 나오는 흐름제어와 혼잡제어 내용과의 맥락적 연결성을 강화하기 위함입니다.