Files
Chen Wu 87421bfe92 fix: high thoughput(payload>10KB) cause send failed
1. socket would block at send(), return -1 when set MSG_DONTWAIT
2. changed to ~MSG_DONTWAIT, send() will block until all payload send over
3. recv() should keep MSG_DONTWAIT attribute, otherwise will lead to low thoughtput
2019-01-03 11:47:46 +08:00
..
2018-06-08 14:10:49 +08:00
2018-07-10 22:00:12 +08:00
2018-12-28 14:44:12 +08:00
2018-11-08 11:19:50 +08:00
2018-08-24 14:26:24 +08:00
2018-06-02 21:16:37 +08:00