You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alovak It looks like a good suggestion. Anybody working on it ?
Also do you know how currently headers are being set ? i.e, source and destination addresses ?
I was wondering why the network header types are exported along with the creation of them?
Here the type is exported
type Binary2Bytes struct {
And then the instantiation of it is also exported?
func NewBinary2BytesHeader() *Binary2Bytes {
Any reason to have the type exported? When would I use one over the other? Does this need to be documented?
The text was updated successfully, but these errors were encountered: