| 596 | } |
| 597 | |
| 598 | int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout) |
| 599 | { |
| 600 | return MtFrame::connect(fd, addr, addrlen, timeout); |
| 601 | } |
| 602 | |
| 603 | int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout) |
| 604 | { |