named-data / python-ndn

An NDN client library with AsyncIO support in Python 3
https://python-ndn.readthedocs.io/en/latest
Apache License 2.0
24 stars 17 forks source link

NFD Unix socket file moved to /run/nfd.sock on Linux #6

Closed eric135 closed 4 years ago

eric135 commented 4 years ago

By default, the NFD Unix socket file has been moved to /run/nfd.sock on Linux (https://redmine.named-data.net/issues/5039). The default path remains /var/run/nfd.sock on other platforms. Python-NDN should be updated to use this new path on Linux.