ChuanyuXue / udp-latency

A single Python file network latency testing tool by UDP.
MIT License
31 stars 7 forks source link

Fix typo 'queue' -> 'q' in client send function signature #2

Closed jemmaherbert closed 1 year ago

jemmaherbert commented 1 year ago

The Queue parameter is called 'q' on line 73 where it is referenced, but called 'queue' in the function signature. Changed 'queue' to 'q' to be consistent with the rest of the file.