2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME socket-bound-static-routing
|
|
|
|
|
SOURCE_FILES socket-bound-static-routing.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libnetwork}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME socket-bound-tcp-static-routing
|
|
|
|
|
SOURCE_FILES socket-bound-tcp-static-routing.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libnetwork}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME socket-options-ipv4
|
|
|
|
|
SOURCE_FILES socket-options-ipv4.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libnetwork}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME socket-options-ipv6
|
|
|
|
|
SOURCE_FILES socket-options-ipv6.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libnetwork}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|