How to use TCP/IP Nagle algorithm at Apple Push Notification
- by Mahbubur R Aaman
From Apple's Developer Library
The binary interface employs a plain TCP socket for binary content
that is streaming in nature. For optimum performance, you should batch
multiple notifications in a single transmission over the interface,
either explicitly or using a TCP/IP Nagle algorithm.
How to use TCP/IP Nagle algorithm in case…