jonstout/pacit

arp.go and methods

vtolstov opened this issue · 2 comments

I see, that newARP construct by default reply. But in case of using it to send request, we need modify method.
What about NewARPReply and NewARPRequest , NewARP construct message without type.. ?

I considered this, but at the time I wasn't really concerned about it. I think your suggestion makes perfect sense though. I think it would be more obvious for developers with less networking experience.

I'm provide pull request.