Vowpal Wabbit
network.h
Go to the documentation of this file.
1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved. Released under a BSD
4 license as described in the file LICENSE.
5  */
6 #pragma once
7 int open_socket(const char* host);
int open_socket(const char *host)
Definition: network.cc:31