Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Forwarder and ForwarderDF #572

Merged
merged 1 commit into from
Apr 18, 2015
Merged

Conversation

dpw
Copy link
Contributor

@dpw dpw commented Apr 17, 2015

Much of the state and code associated with Forwarder only applied in the
DF case.

effectivePMTU := forwarderDF.unverifiedPMTU
//NB: only forwarderDF can ever encounter EMSGSIZE errors, and
//thus perform PMTU verification
forwarder.Start(nil)
forwarder.Start()
forwarderDF.Start(make(chan int, ChannelSize))

This comment was marked as abuse.

This comment was marked as abuse.

@rade rade assigned dpw Apr 17, 2015
Much of the state and code associated with Forwarder only applied in the
DF case.
@dpw
Copy link
Contributor Author

dpw commented Apr 18, 2015

Fixups squashed into the single commit. github kept the comments this time, yay.

@dpw dpw assigned rade and unassigned dpw Apr 18, 2015
@rade
Copy link
Member

rade commented Apr 18, 2015

func(err error) error { return err }}. Hilarious :)

rade added a commit that referenced this pull request Apr 18, 2015
refactor: separate Forwarder and ForwarderDF
@rade rade merged commit 35201b8 into weaveworks:master Apr 18, 2015
@rade rade added this to the 0.10.0 milestone Apr 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants