netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Implement SCION functionality in rainsd. #137

Closed rayhaanj closed 5 years ago

rayhaanj commented 5 years ago

This commit adds the ability for rainsd to listen on a SCION socket using the snet library.

Two additional fields are added to the rainsdConfig struct:

    DispatcherSock string // Path to SCION dispatcher UNIX socket
    SciondSock     string // Path to appropriate SCIOND UNIX socket

This PR is dependent on https://github.com/scionproto/scion/pull/2253 to implement the configuration file parsing for snet.Addr.


This change is Reviewable