作业帮 > 英语 > 作业

英语翻译1.Client allocates and initializes address open TDI IRP.

来源:学生作业帮 编辑:搜狗做题网作业帮 分类:英语作业 时间:2024/05/18 02:23:41
英语翻译
1.Client allocates and initializes address open TDI IRP.On this request TDI returns file object known as address object and representing network address.This step is equivalent to bind call from Windows Sockets interface
2.Client allocates and initializes connection open TDI IRP,for what TDI return file object known as connection object and representing connection.This step is equivalent to socket function call from Windows Sockets interface.
3.Client associates connection object with address object,through associate address TDI IRP.
4.TDI client who wishes to accept connection issue listen TDI IRP,specifying number of connections for this connection object,and then sending accept TDI IRP for each remote client connection.This step is equal to listen and accept functions from Windows Sockets.TDI client who wishes to establish connection to remote system allocates connect TDI IRP,specifying connection object.This IRP complete when connection will be established (or error occur).This step is equivalent to connect function from Windows Sockets.
英语翻译1.Client allocates and initializes address open TDI IRP.
1.Client allocates and initializes address open TDI IRP.On this request TDI returns file object known as address object and representing network address.This step is equivalent to bind call from Windows Sockets interface
2.Client allocates and initializes connection open TDI IRP,for what TDI return file object known as connection object and representing connection.This step is equivalent to socket function call from Windows Sockets interface.
3.Client associates connection object with address object,through associate address TDI IRP.
4.TDI client who wishes to accept connection issue listen TDI IRP,specifying number of connections for this connection object,and then sending accept TDI IRP for each remote client connection.This step is equal to listen and accept functions from Windows Sockets.TDI client who wishes to establish connection to remote system allocates connect TDI IRP,specifying connection object.This IRP complete when connection will be established (or error occur).This step is equivalent to connect function from Windows Sockets.
看不明白