asyncsocket - c# ReceiveAsync lag -
while trying read data tcp socket using receiveasync.completed, experience few ms delay (1-5ms, once in while) between time data arrives application , time arrives machine. use wireshark compare timestamps, psh bit turned on messages , application not busy or blocking anything. missing ? thanks.
with such small delay come anywhere, garbage collector kicking in delay easily.
wireshark isn't operating on same level application. it's getting data @ different times because system supplying little faster. or maybe times off. maybe times off. such small difference hard tell.
i bet you're not doing wrong.
Comments
Post a Comment