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