-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement) socket #18
Conversation
28af063
to
4032ccb
Compare
d639a2a
to
60564b1
Compare
325dcc4
to
034e571
Compare
エラーハンドリングの一貫性持たせるために、一旦review取り下げます |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このファイルはどういう背景で存在しているのかお聞きしたいです!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
全体的に内容に齟齬がない、綺麗なコードだったと思います!!
CMakeLists.txt
に関してどういう風に使われているか(聞いていたら申し訳ないのですが)お聞きしたいのみです!
概ね僕も同じように作ったので安心でした!(僕のやつがベースなんでしたっけ。。。
実装内容
IP
,PORT
を直で与えることに)listen()
上限超過)残課題など
strerror(errno)
を出力、status = ERRORとしているため、呼び出し側でエラー処理が必要になる(例外を投げると呼び出し側の認知負荷(catchの要否など)が増えそうなので)cahr *server_ip, char *server_port
を受け取る形としているが、confを受け取るよう変更が必要になりそう