-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report a bug: connectionUp/Down does nothing in DTNHost.java #2
Comments
IMO, you are right @sparkandshine |
I did have an error at this particular lines:
says the compiler: |
@MGS88 |
I think so
Please reminde me of the problem?
…On Dec 1, 2016 4:35 AM, "Xingyuxingyu" ***@***.***> wrote:
@MGS88 <https://github.com/MGS88>
I had the same problem with you.
Do you solve the problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVhL162K0uhPO4Az_ZlbvFDuKpUNrn8Pks5rDiRUgaJpZM4E2IsB>
.
|
My problem is following: 1、When the following commands in
says the compiler(which is the same with yours),after the command 2、When I comment the above two commands , unfound or unload the main class :core.DTNSim |
My problem is following: 1、When the following commands in core/DTNHost.java #154 & #158 are not commented, this.router.connectionUp(con); this.router.connectionDown(con); says the compiler(which is the same with yours),after the command ./compile.bat: 2、When I comment the above two commands , unfound or unload the main class :core.DTNSim |
Is this issue resolved? I am finding the same problem as of now. |
Sorry the late response. public void connectionUp(Connection con){} to MessageRouter.java shall work. |
In core/DTNHost.java,
conectionUp/Down
does nothing which is unreasonable.The text was updated successfully, but these errors were encountered: