UDT Reference: UDT Functions

UDT Sockets Functions

The UDT socket functions are contained in the UDT namespace. The methods are listed in the table below:

Method Functionality

accpet

accept a connection

bind

assign a local name to an unnamed udt socket

close

close the opened UDT entity and shutdown the connection

connect

connect to a server

getlasterror

retrieve last UDT error

getpeername

read the address of the peer side of the connection

getsockname

read the local address of the UDT socket

getsockopt

read UDT options

getoverlappedresult    

retrieves the progress of an overlapped IO

listen

wait for clients to connect

perfmon monitor internal protocol parameters and udt performance

recv

receive a buffer

recvfile

receive data into a file

recvmsg

retrieve a message

select

wait for a number of UDT sockets to change status

send

send a buffer

sendfile

send data from a file

sendmsg

send a message

setsockopt

modify UDT options

shutdown      

shutdown part of the duplex connection

socket    

create a new UDT socket

See Also

UDT Sockets Structures