UDT Reference: CUDT

CUDT

The CUDT class maintains all UDT routines except for the exception handling.

The class methods is listed in the table below:

Method Functionality
CUDT constructor
~CUDT destructor

open

open a UDT entity

listen

wait for a client to connect

connect

connect to a server

close

close the opened UDT entity and shutdown the connection

getOpt

read UDT options

setOpt

modify UDT options

send

send a buffer

recv

receive a buffer

sendfile

send a file

recvfile

receive data into a file

getCurrSndBufSize      

read the size of current unsent data

See Also

CUDTException