(set 'socket (net-connect "localhost" 256)) (net-send socket "hello socket world") (net-close socket) (exit)