代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/242657/4550727
cpp socket.cpp
// file : ace/RMCast/Socket.cpp
// author : Boris Kolpackov
// cvs-id : $Id: Socket.cpp 78774 2007-07-04 06:06:59Z sowayaa $
#include "ace/OS_Memory.h"
#include "ace/
www.eeworm.com/read/242657/4550749
h socket.h
// file : ace/RMCast/Socket.h
// author : Boris Kolpackov
// cvs-id : $Id: Socket.h 68102 2005-09-04 20:40:20Z boris $
#ifndef ACE_RMCAST_SOCKET_H
#define ACE_RMCAST_
www.eeworm.com/read/241253/4561448
h socket.h
/* $OpenBSD: socket.h,v 1.29 1999/06/06 23:19:08 deraadt Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
* Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994
* The Regen
www.eeworm.com/read/241253/4562868
c socket.c
/* $Id: socket.c,v 1.3 2002/08/19 08:02:06 pefo Exp $ */
/*
* Copyright (c) 2000-2002 Opsycon AB (www.opsycon.se)
*
* Redistribution and use in source and binary forms, with or without
* modific
www.eeworm.com/read/241064/4564006
h socket.h
/*
* Copyright (C) 2005 Philippe Gerum .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* publ
www.eeworm.com/read/240886/4566563
h socket.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for XNTP package
********************************************************
www.eeworm.com/read/240503/4573372
h socket.h
#ifndef __SYS_SOCKET_H
#define __SYS_SOCKET_H
#include
#include __SYSINC__(socket.h)
#endif
www.eeworm.com/read/240248/4575575
h socket.h
#ifndef __socket_h__
#define __socket_h__
// ### how to support TCP_NODELAY on windows?
#define TCP_NODELAY 42
#define IPPROTO_TCP 42
int setsockopt( int, int, int, void *, int ) { return -1; }
#e
www.eeworm.com/read/240162/4578816
h socket.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/sys/socket.h"
This had to be done to correct non-standard usages in the
original, manufacturer
www.eeworm.com/read/238847/4608356
c socket.c
//**********************************************************************
//
// Filename: socket.c
//