]> sjero.net Git - dccp2tcp/blobdiff - dccp2tcp.h
Connection closing improvements and explicit cleanup code
[dccp2tcp] / dccp2tcp.h
index 2a1dbfa18458f2f8c71a3db423b07e975fb88cd3..64c8dd29ba09067c5105c54cd0da75c9d9d2b3fc 100644 (file)
@@ -122,5 +122,6 @@ int do_encap(int link, struct packet *new, const struct const_packet *old);
 int get_host(uint32_t src_id, uint32_t dest_id, int src_port, int dest_port, struct host **fwd, struct host **rev);
 struct connection *add_connection(uint32_t src_id, uint32_t dest_id, int src_port, int dest_port);
 int update_state(struct host* hst, enum con_state st);
+void cleanup_connections();
 
 #endif