data = readline(u) reads
data from the specified UDP socket until the first occurrence of the terminator, and assigns
the result to data as a string. u
must be a byte-type udpport object. This function waits until the
terminator is read or a timeout occurs.