On Wed, Mar 04, 2020 at 11:13 AM CET, Lorenz Bauer wrote: > Most tests for TCP sockmap can be adapted to UDP sockmap if the > listen call is skipped. Rename listen_loopback, etc. to socket_loopback > and skip listen() for SOCK_DGRAM. > > Signed-off-by: Lorenz Bauer <lmb@xxxxxxxxxxxxxx> > --- FWIW, Go has net.ListenUDP so I don't think it would be very confusing to leave the helper name as is. Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> [...]