added network builtins and fixed a bug in OPCODE_SELECT
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
print('test 0\n');
|
||||
|
||||
print('SOCK_STREAM = ', network.SOCK_STREAM, ';\n');
|
||||
|
||||
print('test 1\n');
|
||||
|
||||
fd = network.socket(network.AF_INET, network.SOCK_STREAM, 0);
|
||||
print(fd);
|
||||
Reference in New Issue
Block a user