almgong / NDNOverWifiDirect

1 stars 0 forks source link

Supplying a variable for TCP and UDP is not helpful as only one is ever used during operation #35

Closed almgong closed 7 years ago

almgong commented 7 years ago

Let's add a public variable defining for the rest of the project which transport layer is used in face creation (udp or tcp). This should be done in NDNController, and some changes will need to be done elsewhere.

almgong commented 7 years ago

Done, NDNController.URI_TRANSPORT_PREFIX will now be available for the project to use.