代码搜索结果

找到约 10,000 项符合 Protocol 的代码

ppp.c

/* * PPP.C -- Send and receive datagrams on serial lines with * Point-to-Point Protocol * * This implementation of PPP is declared to be in the public domain. * */ #include "global

w2k_spy.c

// __________________________________________________________ // // w2k_spy.c // SBS Windows 2000 Spy Device V1.00 // 08-27-2000 Sven B. Schreiber /

exit-status.sh

# $OpenBSD: exit-status.sh,v 1.6 2002/03/15 13:08:56 markus Exp $ # Placed in the Public Domain. tid="remote exit status" for p in 1 2; do for s in 0 1 4 5 44; do trace "proto $p status $s" ver

credits

Kevin Smathers Initial code base Jason Barons Windows port Emil Sit Extensions, and other cleanup Yann Vernier Multi-torrent transfers, protocol work, and other development Dawid Potgiete

ppp.c

/* * PPP.C -- Send and receive datagrams on serial lines with * Point-to-Point Protocol * * This implementation of PPP is declared to be in the public domain. * */ #include "global

ppp.c

/* * PPP.C -- Send and receive datagrams on serial lines with * Point-to-Point Protocol * * This implementation of PPP is declared to be in the public domain. * */ #include "global

simplecmpp.dpr

program SimpleCMPP; uses Forms, main in 'main.pas' {FrmMain}, cmpp in 'cmpp.pas', CMPP_Protocol in 'CMPP_Protocol.pas', md5 in 'md5.pas'; {$R *.res} begin Application.Initia

簡易物件存取協定(转) -- 告诉你什么是soap,繁体.txt

作者:jeru email: jeru@163.net 日期:2001-7-13 16:56:11 簡易物件存取協定 Simple Object Access Protocol (SOAP) 作者: 恆逸資訊 胡百敬 什麼是簡易物件存取協定(SOAP),簡而言之就是利用現存的網際網路架構讓應用程式之間可以彼此溝通,而不會被防火牆阻礙。在分散式的架構下,使用 XML 的環

利用udp sockets技术实现ip多点传送1(转中华技术网).txt

作者:studyboy email: studyboy@21cn.com 日期:2001-7-22 21:54:48 杨绍方 摘 要 本文介绍了UDP Sockets的基本概念和IP多点传送的原理,详细讨论了Java中的相关类及使用方法,提供了一个IP多点传送的开发流程。 关键词 Java UDP Sockets    IP 多点传送 MulticastSocket 类I