Introduce END_STREAM_REASON_NOROUTE

This commit is contained in:
Sebastian Hahn
2010-08-03 16:46:28 +02:00
parent b8aa14a39b
commit 150ed553df
4 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
o Minor bugfixes:
- Exit nodes didn't recognize EHOSTUNREACH as a stream ending reason
and sent back misc. Bugfix on 0.1.0.1-rc; fixes bug 1793.
and sent back END_STREAM_REASON_NOROUTE. Also update the spec to
reflect this new reason. Bugfix on 0.1.0.1-rc; fixes bug 1793.