Revert the BUFFSIZE from PAGE_SIZE to constant

Change-Id: Id9300b55b1c32fff2d1f9fffdcfa6c3d6e021d38
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
1 file changed
tree: 27e5b59ce1cc09b41fcd1e445718da922cf26fd8
  1. conf/
  2. test/
  3. xyz/
  4. bootstrap.sh
  5. configure.ac
  6. ethernet_interface.cpp
  7. ethernet_interface.hpp
  8. ipaddress.cpp
  9. ipaddress.hpp
  10. LICENSE
  11. logman.py
  12. Makefile.am
  13. netman.py
  14. netman_watch_dns.c
  15. network_config.cpp
  16. network_config.hpp
  17. network_manager.cpp
  18. network_manager.hpp
  19. network_manager_main.cpp
  20. README.md
  21. routing_table.cpp
  22. routing_table.hpp
  23. types.hpp
  24. userman.py
  25. util.cpp
  26. util.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.