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