代码搜索:rudp
找到约 83 项符合「rudp」的源代码
代码结果 83
www.eeworm.com/read/209211/4985665
c rudp.c
/*
* This protocol is compatible with UDP's packet format.
* It could be done over UDP if need be.
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#i
www.eeworm.com/read/281344/9161543
o rudp_enunpacket_handler.o
www.eeworm.com/read/281344/9161607
cpp rudp_enunpacket_handler.cpp
// RUDP_EnUnPacket_Handler.cpp: implementation of the RUDP_EnUnPacket_Handler class.
//
//////////////////////////////////////////////////////////////////////
#include "RUDP_EnUnPacket_Handler.h"
www.eeworm.com/read/281344/9161636
h rudp_enunpacket_handler.h
// RUDP_EnUnPacket_Handler.h: interface for the RUDP_EnUnPacket_Handler class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RUDP_ENUNPACKET_HANDLER_H
www.eeworm.com/read/281344/9161554
cpp socket_sr.cpp
// Socket_SR.cpp: implementation of the Socket_SR class.
//
//////////////////////////////////////////////////////////////////////
#include "Socket_SR.h"
//////////////////////////////////////
www.eeworm.com/read/281344/9161631
cpp socket_receive_data_buff.cpp
// SOCKET_Receive_Data_Buff.cpp: implementation of the SOCKET_Receive_Data_Buff class.
//
//////////////////////////////////////////////////////////////////////
#include "SOCKET_Receive_Data_Buff
www.eeworm.com/read/361182/2951484
cs rudpsocket.cs
namespace NCindy.Protocol.RUDP
{
using NCindy.Protocol.RUDP.MTUTuning;
using NCindy.Protocol.RUDP.Packet;
using NCindy.Protocol.RUDP.SACK;
using NCindy.Protocol.RUDP.Stack;
www.eeworm.com/read/361182/2951489
cs rudpstack.cs
namespace NCindy.Protocol.RUDP.Stack
{
using NCindy.Protocol.RUDP;
using NCindy.Protocol.RUDP.Fragments;
using NCindy.Protocol.RUDP.NATTraversal;
using NCindy.Protocol.RUDP.Packe
www.eeworm.com/read/361182/2951496
cs pmtudiscovery.cs
namespace NCindy.Protocol.RUDP.MTUTuning
{
using NCindy.Protocol.RUDP;
using NCindy.Protocol.RUDP.Packet;
using NCindy.Protocol.RUDP.Stack;
using NCindy.Protocol.RUDP.Timer;
www.eeworm.com/read/361182/2951525
cs abstractwindow.cs
namespace NCindy.Protocol.RUDP.Window
{
using NCindy.Protocol.RUDP;
using NCindy.Protocol.RUDP.MTUTuning;
using NCindy.Protocol.RUDP.Packet;
using NCindy.Protocol.RUDP.Stack;