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

[TASK] add support for babel networks #71

Closed
wants to merge 2 commits into from
Closed

Conversation

genofire
Copy link
Member

#70 should fix

@coveralls
Copy link

coveralls commented Jun 29, 2017

Coverage Status

Coverage decreased (-0.1%) to 57.324% when pulling 55efa5f on interfaces-babel into fd7e712 on master.

Copy link
Member

@corny corny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bitte entferne das Send aus ifaceSendUnicast und ifaceSendMulticast. Ich denke außerdem, dass wir uns auf insgesamt zwei Einstellungen beschränken können:

  • interface für Multicast (und Unicast, wenn nicht gesetzt)
  • interface_unicast für Unicast-Nachrichten. Wenn nicht gesetzt, wird interface verwendet.

@corny
Copy link
Member

corny commented Jun 29, 2017

Wie sollen die Antworten auf die Unicast-Pakete ankommen, wenn du dafür keinen Socket öffnest? Ist mir unklar ... noch nicht getestet?

@@ -74,7 +80,7 @@ func main() {
time.Sleep(delay)
}

collector = respond.NewCollector(connections, nodes, config.Respondd.Interface, config.Respondd.Port)
collector = respond.NewCollector(connections, nodes, config.Respondd.InterfaceListen, config.Respondd.InterfaceSendMulticast, config.Respondd.InterfaceSendUnicast, config.Respondd.Port)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wenn das drei unterschiedliche interfaces sind, geht gar nichts mehr? Bitte mal drüber nachdenken.

@coveralls
Copy link

coveralls commented Jun 30, 2017

Coverage Status

Coverage decreased (-0.2%) to 57.24% when pulling a092b21 on interfaces-babel into fd7e712 on master.

@genofire genofire changed the title [TASK] split interfaces by listen, send multicast and send unicast [TASK] make yanic works with babel networks Aug 26, 2017
@genofire genofire added the wip label Aug 26, 2017
@corny corny changed the title [TASK] make yanic works with babel networks [TASK] add support for babel networks Sep 29, 2017
@corny
Copy link
Member

corny commented Nov 2, 2017

Ist der PR noch aktuell? Wenn ja, bitte auf den master rebasen.

@genofire
Copy link
Member Author

genofire commented Nov 3, 2017

Hab gerade versucht zu rebasen - keine Lust mehr ...
Muss erstmal ein vernünftiges Testnetz zuende bauen, bis dahin wird sich vielleicht noch einiges ändern.

@genofire genofire closed this Nov 4, 2017
@genofire genofire deleted the interfaces-babel branch December 31, 2017 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants