> 英语 >
英语翻译
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.
人气:113 ℃ 时间:2020-01-26 03:14:51
解答
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.
看不明白
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版