代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/307314/13724294

pl testbrowser.pl

#!/usr/bin/perl # test.pl: small script to test mod_dosevasive's effectiveness use IO::Socket; use strict; for(0..100) { my($response); my($SOCKET) = new IO::Socket::INET( Proto => "tcp",
www.eeworm.com/read/139291/5804467

h apr_network_io.h

/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c
www.eeworm.com/read/139291/5804643

c server.c

/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c
www.eeworm.com/read/135709/5881478

c ipv6.c

/***************************************************************************** * ipv6.c: IPv6 network abstraction layer *****************************************************************************
www.eeworm.com/read/127871/5994031

h tcp.h

// TCP.h: interface for the TCP_Session class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_TCP_H__BAB99BDE_FD81_46A4_B0A7_FAC6CE9FD2BD__INCLUDED_)
www.eeworm.com/read/127694/6002870

c tisfdtype.c

#include "unp.h" main() { int tcpsock, udpsock; printf("stdin: %d\n", Isfdtype(STDIN_FILENO, S_IFSOCK)); printf("stdout: %d\n", Isfdtype(STDOUT_FILENO, S_IFSOCK)); printf("stderr: %d\n", Isfdtyp
www.eeworm.com/read/112162/6150652

h apr_network_io.h

/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2001 The Apache Software Foundation. All rights * reserve
www.eeworm.com/read/490419/6342711

cpp tcpclient.cpp

///////////////////////////////////////////////////// // TCPServer.cpp文件 #include "TCPClient.h" #include "resource.h" // 定义网络事件通知消息 #define WM_SOCKET WM_USER + 1 CMyApp theApp; BOOL
www.eeworm.com/read/100041/6631834

cc tcp_server.cc

#include "tcp_server.h" #include #include #ifdef DEFINE_SOCKLEN_T typedef unsigned int socklen_t ; #endif static int glob_sock_fd = -1; static void reaper(int sig_num);
www.eeworm.com/read/481359/6639316

h bufio.h

#ifndef BUFIO_H #define BUFIO_H #include "def.h" #include #ifdef WINDOWS #include #endif #include "btconfig.h" #define BUF_DEF_SIZ 256 #define BUF_INC_SIZ 256 #