Fix a faulty socket option.
authorChanhee Lee <ch2102.lee@samsung.com>
Wed, 17 Aug 2022 10:10:14 +0000 (19:10 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:24:24 +0000 (14:24 +0900)
commitc63bcadfac9dffb2a6df39293ee13e64df0aa0ff
tree5b51cc74d28557aea516145a2a2b9f1e3c68744e
parent75cfcda03e91650307a6995aa9d140345589de4b
Fix a faulty socket option.

[Problem] TCP_NODELAY is used with IPPROTO_IP instead of IPPROTO_TCP.
[Solution] Fix the option value correctly.
modules/tcp/TCP.cc