1# test divert-reply with udp 2 3use strict; 4use warnings; 5 6our %args = ( 7 protocol => "udp", 8 client => { func => \&write_datagram, noin => 1, }, 9 server => { func => \&read_datagram, noout => 1, }, 10 divert => "reply", 11); 12