WINSOCK SEND UDP PACKET
Sends a packet that has been created using the packet commands WINSOCK MAKE PACKET, and the different WINSOCK ADD BYTE etc... Requires as parameter a udp channel with a target host set. Otherwise it will lead to a crash (assertion message with debug dll).
SYNTAX
WINSOCK SEND UDP PACKET udp_channel as Dword
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2