lib: Add APIs to allow registering interest in data or sequence packets.
commit6df71537acaf02bfb8344ca3d8cf7322fd1e2cba
authorToby Gray <toby.gray@realvnc.com>
Fri, 22 Jun 2012 12:50:27 +0000 (22 13:50 +0100)
committerChris Frey <cdfrey@foursquare.net>
Fri, 5 Apr 2013 21:24:25 +0000 (5 17:24 -0400)
treedcaa8ced7e236e69daf19993faa971f3aab0857a
parent47be562648fd7df67cc383d68c08068eb8730fc6
lib: Add APIs to allow registering interest in data or sequence packets.

This is used when opening a socket to make sure that data packets are queued
up to be read from the socket correctly but that sequence packets
needed in the opening of the socket aren't missed.
src/router.cc
src/router.h