| 4620 | // DEVELOPER API |
| 4621 | |
| 4622 | int connect_debug(SRTSOCKET u, const struct sockaddr* name, int namelen, int32_t forced_isn) |
| 4623 | { |
| 4624 | return srt::CUDT::connect(u, name, namelen, forced_isn); |
| 4625 | } |
| 4626 | |
| 4627 | int send(SRTSOCKET u, const char* buf, int len, int flags) |
| 4628 | { |