代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/466324/7033157
log sqlnet.log
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracletest)(ARGS=
www.eeworm.com/read/456187/7355731
log sqlnet.log
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracletest)(ARGS=
www.eeworm.com/read/446006/7586883
py listing14-8.py
from twisted.internet import reactor
from twisted.internet.protocol import Protocol, Factory
class SimpleLogger(Protocol):
def connectionMade(self):
print 'Got connection from', self.tra
www.eeworm.com/read/245652/12785409
h llclib.h
/* llcLib.h - Link Layer Control to MUX library routines */
/* Copyright 1998-2000 Wind River Systems, Inc. */
/* Copyright 1998-1999 Wind River Systems, Inc. */
/*
modification history
------------
www.eeworm.com/read/143706/12850345
log sqlnet.log
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS=
www.eeworm.com/read/243537/12935509
txt rfc1332.txt
Network Working Group G. McGregor
Request for Comments: 1332 Merit
Obsoletes: RFC 1172
www.eeworm.com/read/243136/12959148
h xmodem.h
/* $Id: xmodem.h,v 1.2 2001/10/25 23:56:29 efalk Exp $ */
typedef int bool ;
typedef enum {
Xmodem=0,
XmodemCrc=1,
WXmodem=2,
Ymodem=3,
YmodemG=4,
} Protocol ;
extern bool xm
www.eeworm.com/read/307900/13713265
config
#
# The client reads this property to create the reference to the
# "hello" object in the server.
#
Hello.Proxy=hello:tcp -p 10000:udp -p 10000:ssl -p 10001
#
# Warn about connection exceptions
#
Ice
www.eeworm.com/read/307900/13713287
config
#
# The server creates one single object adapter with the name
# "Hello". The following line sets the endpoints for this
# adapter.
#
Hello.Endpoints=tcp -p 10000:udp -p 10000:ssl -p 10001
#
# Warn a
www.eeworm.com/read/133772/5902788
c getproto.c
//==========================================================================
//
// lib/getproto.c
//
// getprotobyname(), getprotobynumber()
//
//======================================