public bool PollSelectRead(int millis) { state = State.Connected; return(udp.PollSelectRead(millis)); }