SKKU-ESLAB / ANT

ANT (AI-based Networked Things) Framework
Apache License 2.0
26 stars 28 forks source link

[Question] offloading latency #271

Closed Podossiu closed 2 years ago

Podossiu commented 2 years ago

when i measure the time for transferring output feature maps with the socket algorithm. i realize that if the feature map's data size is smaller than 7000, it is delivered with a dramatically increased speed than 7000 over the data size feature map. is there any buffering method, commonly used in socket function? i can't understand why the data-sending speed increase