1//+build mobile
2
3package phony
4
5// How large a queue can be before backpressure slows down sending to it.
6const backpressureThreshold = 0
7