Example #1
0
//
//  UDP_Actor: C
//
static REB_R UDP_Actor(struct Reb_Call *call_, REBSER *port, REBCNT action)
{
    return Transport_Actor(call_, port, action, TRANSPORT_UDP);
}
Example #2
0
*/	static int UDP_Actor(REBVAL *ds, REBSER *port, REBCNT action)
/*
***********************************************************************/
{
	return Transport_Actor(ds, port, action, TRANSPORT_UDP);
}