WINSOCK SEND TCP 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 tcp channel with an open connection to work. Otherwise it will lead to a crash (assertion message with debug dll).
SYNTAX
WINSOCK SEND TCP PACKET connected_tcp_channel as Dword
RELATED INFO
WINSOCK command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2