代码搜索:timeout

找到约 9,694 项符合「timeout」的源代码

代码结果 9,694
www.eeworm.com/read/465201/7059449

cpp~ igmp_router.cpp~

/******************************************************* 文件名: igmp_router.cpp 文件说明: 本文件是IGMP Router子模块文件,负责处理来自ATM的IGMP 包,完成IGMP Router功能。 修改记录: 1. 2004-4-7 changzhan 初次建立本文件 ************
www.eeworm.com/read/465201/7059467

cpp igmp_router.cpp

/******************************************************* 文件名: igmp_router.cpp 文件说明: 本文件是IGMP Router子模块文件,负责处理来自ATM的IGMP 包,完成IGMP Router功能。 修改记录: 1. 2004-4-7 changzhan 初次建立本文件 ************
www.eeworm.com/read/150293/7077945

ppp-on-dialer

exec chat -v \ TIMEOUT 30 \ '' \AT \ 'OK' \ AT+ccid \ 'OK' \ at+cgmr \ 'OK' \ at+csq \ 'OK' \ at+CGCLASS="B" \ 'OK' \ at+CGATT=1 \ 'OK' \ at+CGACT=1,1 \ 'OK' \ at+CGREG? \ 'OK' \ ATD*99***1# \ TIM
www.eeworm.com/read/256109/7089323

c httpd.c

/* httpd.c: A very simple http server * Copyfight (C) 2007 张思 */ #include #include #include #include #include #include #
www.eeworm.com/read/131172/7122524

html inet.ipstmserver.html

PTypes: networking: ipstmserver
www.eeworm.com/read/131172/7122591

cxx pipstmsv.cxx

/* * * C++ Portable Types Library (PTypes) * Version 2.0.2 Released 17-May-2004 * * Copyright (C) 2001-2004 Hovik Melikyan * * http://www.melikyan.com/ptypes/ * */ #ifdef WIN32 # inclu
www.eeworm.com/read/131172/7122610

cxx pmsgq.cxx

/* * * C++ Portable Types Library (PTypes) * Version 2.0.2 Released 17-May-2004 * * Copyright (C) 2001-2004 Hovik Melikyan * * http://www.melikyan.com/ptypes/ * */ #include "pasync.h"
www.eeworm.com/read/290344/7129619

cc client.cc

#include "client.h" client::client(int fd, sockaddr_in sinaddr, int timeout){ _fd = fd; _timeout = timeout; fcntl( _fd, F_SETFL, fcntl( _fd, F_GETFL ) | O_NONBLOCK ); buffer = NULL;
www.eeworm.com/read/463561/7178357

ppp-on-dialer

#!/bin/sh # # This is part 2 of the ppp-on script. It will perform the connection # protocol for the desired connection. # #exec chat -v exec chat -v
www.eeworm.com/read/219139/7216383

c httpd.c

/* httpd.c: A very simple http server * Copyfight (C) 2003 Zou jian guo * Copyright (C) 2000 Lineo, Inc. (www.lineo.com) * Copyright (c) 1997-1999 D. Jeff Dionne