Send data over a socket
int send(int sockfd, List<int> buf, int len, int flags) { return -1; // Stubbed }