Message311601
Transport buffers writes if kernel buffer is full, the behavior is intentional and present starting from very beginning of asyncio development.
Moreover, two plain socket.send() calls can be joined into single TCP packet, TCP protocol is a STREAM of data by design, not a sequence of packets. |
|
| Date |
User |
Action |
Args |
| 2018-02-04 14:59:31 | asvetlov | set | recipients:
+ asvetlov, yselivanov, Boss Kwei |
| 2018-02-04 14:59:31 | asvetlov | set | messageid: <1517756371.5.0.467229070634.issue32763@psf.upfronthosting.co.za> |
| 2018-02-04 14:59:31 | asvetlov | link | issue32763 messages |
| 2018-02-04 14:59:31 | asvetlov | create | |
|