soulution for Patch Fastbroadcast in ns2.35

烈酒焚心 提交于 2019-12-08 13:37:25

问题


i want to patch FastBroadcast on ns2.35,already patch LTE in ns2.35,but in patch FastBroadcast the problem is,it not going to be completely patched . dose it only work for ns2.29??
error is:

Hunk #1 FAILED at 333. 1 out of 1 hunk FAILED -- saving rejects to file ns-2.35/Makefile.in.rej

please help me


回答1:


Assume ns-2.35 patched with LTE-ns235_2014-2.patch .

The fastbroadcast patch was made from fastbroadcast_ns235.patch : Fastbroadcast-for-LTE-patched_ns235.patch https://drive.google.com/file/d/0B7S255p3kFXNX3RLY1pDWmFRRFE/view?usp=sharing

Using the patch with an LTE patched ns-2.35 :

cd ns-allinone-2.35/
patch -p0 < Fastbroadcast-for-LTE-patched_ns235.patch
./install

Note: Not sure the fastbroadcast examples are working OK with an LTE patched ns2. I guess you can find a solution.

All patches https://drive.google.com/drive/folders/0B7S255p3kFXNZ2lWZDBRSW40Q00?usp=sharing

All examples https://drive.google.com/drive/folders/0B7S255p3kFXNSmRYb2lGcDRUdWs?usp=sharing

Broadcast examples https://drive.google.com/file/d/0B7S255p3kFXNOUMyQjF1OWhTUlU/view?usp=sharing

LTE examples 06.17 https://drive.google.com/file/d/0B7S255p3kFXNSmd4Q3h3dXp1QWc/view?usp=sharing



来源:https://stackoverflow.com/questions/45587439/soulution-for-patch-fastbroadcast-in-ns2-35

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!