Vocabularyio.
socketsInputsOutputsNone
ExamplesSend a datagram to localhost, port 7777:
USING: io.sockets prettyprint ;
B{ 1 2 3 } f 7777 <inet4> send-once
Word descriptionSends a packet one time to the address and closes the sending datagram port.
Definition