port user data 中文意思是什麼

port user data 解釋
埠用戶數據
  • port : n 1 港;港口;〈比喻〉避難港;避難所,休息處。2 (特指有海關的)港市;輸入港;通商口岸。3 機場,...
  • user : n. 1. 使用者,用戶。2. 吸毒成癮者。n. 【法律】(財產等的)使用(權),行使(權),享受(權),享有(權)。
  • data : n 1 資料,材料〈此詞系 datum 的復數。但 datum 罕用,一般即以 data 作為集合詞,在口語中往往用單數...
  1. Socket function mainly realizes setting up and initializing service unit socket, initializing service unit and service unit serial and so on. bind funcion primarily binds local address and port for the socket. listen function is to evaluate the max length of server ’ s listening queue. connect function and accept function set aside rate ahead, infrom user ’ s request of establishing virtual circuit to suna, cooperate with suna to establish the connection between client and server, return the result. we make use of three handshake with data protocol and virtual circuit mode, in this way, when we translate data, we can look up communication course according to virtual circuit number, at the same time, there aren ’ t source ip address and port, end ip address and port in the head of data package, the speed of translating data advances in a certain extent. send function and recv function is to send data collaborating with suna, and copy data from the receiving queue of socket to user ’ s buffer. close function cooperate

    Socket ( )函數實現創建、初始化服務元套接字,初始化服務元及服務元序列等。 bind ( )函數為套接字綁定本地地址和埠號。 connect ( )和accept ( )函數主要是根據用戶要求預留帶寬,將用戶的建立虛電路請求轉達給服務元網路體系,協作服務元網路體系採用捎帶數據的三次握手協議建立虛電路,並告訴用戶處理結果,一方面,捎帶數據的三次握手協議在一定程度上可提高數據傳輸速度;另一方面,採用虛電路方式,使得數據通信可直接根據虛電路號查找相應的通信進程,而且數據包的包頭中省去了源ip地址、埠號和目的ip地址、埠號,提高了數據傳輸速率。
  2. In order to improve the efficiency of transmission, receiving ts data packet on cpu ' s gpio port and transmitting data on cpu ' s pci port are processed in different priority. to improve the communications efficiency, we adopt the multicast to deliver the digital tv to relevant user

    在軟體的具體實現上採用了vxworks的多任務編程思想,為了提高傳輸效率,對在cpu的gpio埠的ts數據包的接收任務和在cpu的pci埠的數據發送任務分為不同的優先級處理,並且為了提高通信效率,我們採用組播的方式傳輸數字電視信號到相應的用戶。
分享友人