代码搜索结果
找到约 1,694 项符合
Relay 的代码
sdla.c
/*
* SDLA An implementation of a driver for the Sangoma S502/S508 series
* multi-protocol PC interface card. Initial offering is with
* the DLCI driver, providing Frame Relay support for linux
sdla_fr.c
/*****************************************************************************
* sdla_fr.c WANPIPE(tm) Multiprotocol WAN Link Driver. Frame relay module.
*
* Author(s): Nenad Corbic
dlci.c
/*
* DLCI Implementation of Frame Relay protocol for Linux, according to
* RFC 1490. This generic device provides en/decapsulation for an
* underlying hardware driver. Routes & IPs are assigne
comx-proto-fr.c
/*
* Frame-relay protocol module for the COMX driver
* for Linux 2.2.X
*
* Original author: Tivadar Szemethy
* Maintainer: Gergely Madarasz
*
* Copyright (C) 1998-1
sfa.properties
company.name=SourceTap
company.subtitle=
header.image.url=/sfaimages/logo.jpg
create.allow.password=true
default.customer.password=ungssblepswd
# -- Email Related Settings --
smtp.relay.host
sfa.properties
# -- Email Related Settings --
smtp.relay.host=localhost
# -- Lead Notification Settings --
lead.notify.smtp.debug=false
lead.notify.link.url=http://localhost:8080/sfa/control/leadDetail?actio
if_frad.h
/*
* DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are
* created for each DLCI associated with a FRAD. The FRAD driver
* is not truly a network device, but the lower level
sdla_fr.h
/*****************************************************************************
* sdla_fr.h Sangoma frame relay firmware API definitions.
*
* Author: Gideon Hack
* Nenad Corbic
sharecontenttransmittype.cs
namespace Imps.Client.Core
{
using System;
public enum ShareContentTransmitType
{
Block,
Relay,
P2P
}
}
transportmode.cs
namespace Imps.Client.Core
{
using System;
public enum TransportMode
{
Block,
Relay,
RelayV2,
P2P,
P2PV2,
P2PV3
}
}