#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <pthread.h>
#include <time.h>
#include "mini_blas.h"
#include "utils.h"
#include "parser.h"
#include "server.h"
#include "connected_layer.h"
#include "convolutional_layer.h"
Go to the source code of this file.
Classes | |
struct | connection_info |
Defines | |
#define | SERVER_PORT 9423 |
#define | STR(x) #x |
Functions | |
void | client_update (network net, char *address) |
void | handle_connection (void *pointer) |
void | read_and_add_into (int fd, float *a, int n) |
void | server_update (network net) |
int | socket_setup (int server) |
#define SERVER_PORT 9423 |
void client_update | ( | network | net, |
char * | address | ||
) |
void handle_connection | ( | void * | pointer | ) |
void read_and_add_into | ( | int | fd, |
float * | a, | ||
int | n | ||
) |
void server_update | ( | network | net | ) |
int socket_setup | ( | int | server | ) |