-
-
DOS编程工具包
... 这里一般是不会找到的,所以选择“Network adapter not shown on list below ...”。
然后输 ... /IP网络模型
TCP/IP是Transmission Control Protocol / Internet Protocol(传输控制协议/网际协议)的缩写。 ... 还有一种原始套接字(raw socket),可以直接在Internet层上处理IP数据包 ... 之间收发数据了。
while(1)
{
SOCKET newSocket = accept(s, 0, 0);
if( ...
-
Linux网络编程
... 1.1 网络的历史...................
1.2 OSI 模型.....................
1.3 Internet 体系模型............
1.4 客户/服务器模型..............
1.4 UNIX ... 协议简介 ..................
5.1 引言.............................
5.2 XNS(Xerox Network Systems)概述.
5.2.1 XNS 分层结构...................
...
-
ICS delphixe10源码版
... .dpr Example of HTML formatted EMail sending, including embedded images - ACTIVE!!
> OverbyteIcsMailRcv.dpr Internet EMail access using POP3 protocol - ACTIVE!!
> OverbyteIcsMailSnd.dpr Example of EMail sending using SMTP, ...
-
Learning Penetration Testing with Python(PACKT,2015)
... to automate exploit generation and execution
Use Python’s Scrapy, network, socket, office, Nmap libraries, and custom modules
Parse ... Python and other scripting languages
Crack an organization’s Internet perimeter
Chain exploits to gain deeper access to an ...
-
Linux网络编程
... 1
1.2 OSI 模型...........................................................................................................3
1.3 Internet 体系模型..............................................................................................4
1.4 客户/服务器模型 ...
-
Linux网络编程
... 1
1.2 OSI 模型...........................................................................................................3
1.3 Internet 体系模型..............................................................................................4
1.4 客户/服务器模型 ...
-
python3.6.5参考手册 chm
... 434: IDLE Enhancement Exception for All Branches
PEP 466: Network Security Enhancements for Python 2.7
Acknowledgements
What’s ...
6.5. unicodedata — Unicode Database
6.6. stringprep — Internet String Preparation
6.7. readline — GNU readline interface
...
-
最新LWIP源码
... TCP源码,还包括http, mttp源码。
FEATURES
* IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over
multiple network interfaces
* ICMP (Internet Control Message Protocol) for network maintenance and debugging
...
-
w5500datasheet
... a Hardwired TCP/IP embedded Ethernet controller that provides
easier Internet connection to embedded systems. W5500 enables users to have ... and new efficient SPI protocol for the
high speed network communication. In order to reduce power consumption of the ...
-
The_Linux_Networking_Architecture
... Socket Buffers 55
Section 4.2. Socket-Buffer Queues 66
Chapter 5. Network Devices 71
Section 5.1. ... Example to Extend the Linux Network Architecture 431
Chapter 23. IPv6—Internet Protocol Version 6 443
Section ...
-