Commit Graph

4 Commits

Author SHA1 Message Date
Cort Buffington 6660c8b810 Copyright added 2013-08-02 15:31:55 -05:00
Cort Buffington 8f8608cbfc Started adding conditionals to validate messages
for example: if we haven't yet received a peer list from the master, we
should not be processing keep-alives from peers.
2013-07-30 11:50:29 -05:00
Cort Buffington d74261c5ac Data Type Cleanup
In the data structures, I had kinda been storing things randomly. In
preparing to address more of the issues, it was clear this needed (and
still does) cleaned up. Other than a few mods along the way, the goal
has been to minimize conversions while processing "real" in/out network
traffic, and do as much as possible one-time (such as the peer list),
or in formatting for output -- which is really mostly debugging and
will go away.
2013-07-15 12:04:48 -05:00
Cort Buffington bd5b0a074d Initial Uplaod of Re-Org'd Files 2013-07-11 19:45:09 -05:00