commit | 66f079a412c0a20184473da01fe584d8cc4e4efb | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Aug 26 16:24:30 2013 -0700 |
committer | Brian Silverman <brians> | Mon Aug 26 16:26:11 2013 -0700 |
tree | 73766c5131843506bd7c11791ffb8dfaeb47ae9d | |
parent | 8efe23e678d56a0d35f597bd6c7b270be5647237 [diff] |
refactored the IP address handling code It is now split up much more cleanly, has less stuff running on the cRIO, and doesn't do as much of the stuff with string manipulation. Before, it was kind of ridicilous how many times the code converted IP addresses back and forth between 32-bit ints and strings to do various manipulations and pass them around. Also, there was various junk that the cRIO code did that it did not need to be doing.