Add missing test files
This commit is contained in:
15
files/bonus/test_netconnect.jas
Normal file
15
files/bonus/test_netconnect.jas
Normal file
@@ -0,0 +1,15 @@
|
||||
.constant
|
||||
host 2130706433 // 127.0.0.1 -> 0x7F000001
|
||||
port 5555
|
||||
.end-constant
|
||||
|
||||
.main
|
||||
LDC_W port
|
||||
LDC_W host
|
||||
NETCONNECT
|
||||
NETIN
|
||||
NETIN
|
||||
NETOUT
|
||||
NETOUT
|
||||
NETCLOSE
|
||||
.end-main
|
||||
Reference in New Issue
Block a user