UDT Reference: UDT Functions |
The UDT socket functions are contained in the UDT namespace. The methods are listed in the table below:
Method | Functionality |
---|---|
accept a connection |
|
assign a local name to an unnamed udt socket |
|
close the opened UDT entity and shutdown the connection |
|
connect to a server |
|
retrieve last UDT error |
|
read the address of the peer side of the connection |
|
read the local address of the UDT socket |
|
read UDT options |
|
retrieves the progress of an overlapped IO |
|
wait for clients to connect |
|
perfmon | monitor internal protocol parameters and udt performance |
receive a buffer |
|
receive data into a file |
|
retrieve a message |
|
wait for a number of UDT sockets to change status |
|
send a buffer |
|
send data from a file |
|
send a message |
|
modify UDT options |
|
shutdown part of the duplex connection |
|
create a new UDT socket |