Closed sternenseemann closed 9 years ago
I'm not particularily fond of the hardcoded service addresses. Couldn't we just take them from the command line arguments?
You didn’t break splitPackets, but it only worked with our old understanding of the protocol. We’ll need to replace a maxBounds
with maxBounds - 4
somewhere. I think we should use makePacket
in splitPackets'
too.
Fixes #17.
Anything else I should include into this Pull Request?
I think it's ready to merge.
Yay!
Resolves #21.
I would like to have some kind of code review. Don't merge yet, I'll do that
@shak-mar Could you please review my changes and especially if I broke
splitPackets
? (Also see my message)