最新文章列表

TCP网络传输

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

TCI流量控制

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

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics