:- use_module(library(socket)).
socket_create(SocketId, [type(dgram)])
socket_create(SocketId, [domain(inet), type(dgram)])