changeset 41:8e027b57cf5f

Added some comments
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 19 Nov 2009 17:50:48 +0900
parents 7e1deaa89540
children f4d94bc65e1f
files freeDiameter/routing.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/routing.c	Fri Nov 06 13:05:36 2009 +0900
+++ b/freeDiameter/routing.c	Thu Nov 19 17:50:48 2009 +0900
@@ -35,3 +35,7 @@
 
 #include "fD.h"
 
+/* Note: after testing if the message is to be handled locally, we should test for decorated NAI 
+  (draft-ietf-dime-nai-routing-04 section 4.4) */
+/* Note2: if the message is still for local delivery, we should test for duplicate
+  (draft-asveren-dime-dupcons-00). This may conflict with path validation decisions, no clear answer yet */
"Welcome to our mercurial repository"