1 2 3 4 5 6 7 8 9 10 11 12
eb4725b03d58 eb4725b03d58 644bbf1ed134 644bbf1ed134 644bbf1ed134 644bbf1ed134 fb814548c7d5 644bbf1ed134 644bbf1ed134 644bbf1ed134 c62d6f0cc48a 98e316f3e49f
#module std.internet union Cmd { Send(u8[]), Receive, Finish, Shutdown, } primitive tcp_client(u8[] ip, u16 port, in<Cmd> cmds, out<u8[]> rx) { #builtin }