arp.go and methods
vtolstov opened this issue · 2 comments
vtolstov commented
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.. ?
jonstout commented
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.
vtolstov commented
I'm provide pull request.