static ER udp_server(ID sid, T_NODE srv)
{
    ER ercd;
    ercd = con_soc(sid, &srv, 0);
    return ercd;
}
