summaryrefslogtreecommitdiff
path: root/src/cache/tcpconnection.c
blob: bc77781a190858e966671ad2313dd9aab7db2e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* ISC license. */

#include "shibari-cache-internal.h"

void tcpconnection_drop (tcpconnection *tc)
{
}

int tcpconnection_flush (tcpconnection *tc)
{
  return 1 ;
}

int tcpconnection_new (uint8_t source, uint16_t i, int fd, char const *ip, uint16_t port)
{
  return 1 ;
}