twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

Update the RTT (ping) periodically #152

Open kgoodier opened 8 years ago

kgoodier commented 8 years ago

Right now we do a ping at the very beginning and store that value for the life of the connection. We should update it "periodically", but first have to define exactly when & how often.