Changeset e68221b in code for icb.h


Ignore:
Timestamp:
Jun 23, 2014, 1:02:33 PM (11 years ago)
Author:
Florian Obser <florian@…>
Branches:
master
Children:
96a2e31
Parents:
120eedd
Message:

Check that the reverse resolved hostname resolves back to the
connecting IP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.h

    r120eedd re68221b  
    1616
    1717#include <sys/queue.h>
     18#include <sys/socket.h>
    1819
    1920/*
     
    7879        char                     hostname[MAXHOSTNAMELEN];
    7980        char                     buffer[ICB_MSGSIZE];
     81        struct sockaddr_storage  ss;
    8082        struct event             ev;
    8183        struct bufferevent      *bev;
Note: See TracChangeset for help on using the changeset viewer.