Enums§
Constants§
- EASYNCFAIL
- non-blocking call failure.
- EASYNCRCV
- no data available for read.
- EASYNCSND
- no buffer available for sending.
- EBOUNDSOCK
- cannot execute the operation on a bound socket.
- ECONNFAIL
- connection failure.
- ECONNLOST
- connection was broken.
- ECONNREJ
- connection request was rejected by server.
- ECONNSETUP
- connection setup failure.
- ECONNSOCK
- cannot execute the operation on a connected socket.
- EDGRAMILL
- operation not supported in SOCK_DGRAM mode.
- EDUPLISTEN
- another socket is already listening on the same UDP port.
- EFILE
- file access error.
- EINVOP
- operation not supported.
- EINVPARAM
- bad parameters.
- EINVRDOFF
- invalid read offset.
- EINVSOCK
- invalid UDT socket.
- EINVWROFF
- invalid write offset.
- ELARGEMSG
- message is too large to be hold in the sending buffer.
- ENOBUF
- no memory space.
- ENOCONN
- connection does not exist.
- ENOLISTEN
- (accept) socket is not in listening state.
- ENOSERVER
- server does not exist.
- EPEERERR
- Error has happened at the peer side.
- ERDPERM
- no read permission.
- ERDVNOSERV
- rendezvous connection process does not allow listen and accept call.
- ERDVUNBOUND
- rendezvous connection setup is enabled but bind has not been called before connect.
- ERESOURCE
- system resource failure.
- ESECFAIL
- connection request was aborted due to security reasons.
- ESOCKFAIL
- could not create/configure UDP socket.
- ESTREAMILL
- operation not supported in SOCK_STREAM mode.
- ETHREAD
- could not create new thread.
- ETIMEOUT
- timeout before operation completes.
- EUNBOUNDSOCK
- cannot listen on unbound socket.
- EWRPERM
- no write permission.
- INVALID_
SOCK - SUCCESS
- success operation.
- UDT_
ERROR
Functions§
- udt_
accept ⚠ - udt_
bind ⚠ - udt_
bind2 ⚠ - udt_
cleanup ⚠ - udt_
close ⚠ - udt_
connect ⚠ - udt_
epoll_ ⚠add_ ssock - udt_
epoll_ ⚠add_ usock - udt_
epoll_ ⚠create - udt_
epoll_ ⚠release - udt_
epoll_ ⚠remove_ ssock - udt_
epoll_ ⚠remove_ usock - udt_
epoll_ ⚠wait2 - udt_
getlasterror_ ⚠code - udt_
getlasterror_ ⚠desc - udt_
getpeername ⚠ - udt_
getsockname ⚠ - udt_
getsockopt ⚠ - udt_
getsockstate ⚠ - udt_
listen ⚠ - udt_
recv ⚠ - udt_
recvmsg ⚠ - udt_
send ⚠ - udt_
sendmsg ⚠ - udt_
setsockopt ⚠ - udt_
socket ⚠ - udt_
startup ⚠