最新文章列表

TCP网络传输

一、TCP简介     TCP(Transmission Control Protocol 传输控制协议)是一种面向连接的、可靠的、基于字节流的传输层通信协议。     TCP基本术语: 接收缓冲区:服务端建立连接后,接受的数据会存入内核的接收缓冲区中,然后调用recv系统调用,把接收缓冲区中的数据拷贝到应用程序的内存中,进行处理。 发送缓冲区:客户端调用send,把数据拷贝到内核的发送缓冲 ...
ncs123 评论(0) 有470人浏览 2019-01-11 10:05

Sliding Window Maximum

Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window mo ...
KickCode 评论(0) 有732人浏览 2016-02-24 05:22

Minimum Size Subarray Sum

Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn't one, return 0 instead. For example, given the array [2,3,1,2, ...
KickCode 评论(0) 有940人浏览 2016-02-20 04:46

Sliding Window Maximum

Sliding Window Maximum Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each tim ...
KickCode 评论(0) 有550人浏览 2015-12-25 05:15

TCI流量控制

TCP流量控制(flow control) 首先,为什么进行流量控制? 一般地说,我们总是希望数据传输的更快,但是如果发送方传送的很快,而接收方来不及接收的话,数据就会丢失。 TCP使用滑动窗口来进行流量控制。 TCP窗口单位是字节。 其实,滑动窗口只不过是一个装B的说法,“每次传输容量”这个名词更适合这个地方。 注意看上图,上图是从谢老师的《计算机网络》中截出的一幅TCP流量控 ...
housen1987 评论(0) 有1439人浏览 2012-05-13 00:02

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics