| 591 | } |
| 592 | |
| 593 | int mt_sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout) |
| 594 | { |
| 595 | return MtFrame::sendto(fd, msg, len, flags, to, tolen, timeout); |
| 596 | } |
| 597 | |
| 598 | int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout) |
| 599 | { |