Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ria9993 authored Apr 23, 2024
1 parent 61c2c8b commit 5ccc93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Based on RFC 1459 : https://datatracker.ietf.org/doc/html/rfc1459

다만 해당 프로젝트는 C++98을 지원해야 하므로 별도로 구현한 `SharedPtr``WeakPtr`를 사용한다.
- Doxygen: [SharedPtr.md](https://ria9993.github.io/IRC_server/class_i_r_c_core_1_1_shared_ptr.html)
- Source Code: [SharedPtr.h](/src/SharedPtr.h)
- Source Code: [SharedPtr.h](/Source/Core/SharedPtr.h)

## Message Block
보통 고정 크기의 배열에 `recv()`를 받은 후 클라이언트의 `std::string`버퍼에 `append`하는 식으로 구현하지만
Expand Down

0 comments on commit 5ccc93c

Please sign in to comment.