Skip to content

Commit

Permalink
RPL: Reduce DAO period to 30s.
Browse files Browse the repository at this point in the history
  • Loading branch information
malishav committed Jul 29, 2019
1 parent 2cbd1a6 commit be4fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/03b-IPv6/icmpv6rpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//=========================== define ==========================================

#define DIO_PERIOD 10000 // in miliseconds
#define DAO_PERIOD 60000 // in miliseconds
#define DAO_PERIOD 30000 // in miliseconds

// Non-Storing Mode of Operation (1)
#define MOP_DIO_A 0<<5
Expand Down

0 comments on commit be4fe66

Please sign in to comment.