Skip to content

Commit

Permalink
Added backslash to C#
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ngster committed Aug 31, 2023
1 parent 1ef31ae commit 4f3d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ \section*{31 August 2023 - \\ Acknowledgement to Security and Accessibility}
\item[Broadcast and Multicast] protocol that, by itself, doesn't have built-in support for multicasting and not all networks or routers support multicasting, it requires network setup as the default Linux distribution does not have multicast enabled.
\end{description}

A sample code which uses acknowledgement to ensure message developed C/# is provided in this these lists: \urllink{UPDSender}{https://gist.github.com/b1ngster/50f5814d010b6d2cd79eec733a0d2bf1} and \urllink{UPDReceiver}{https://gist.github.com/b1ngster/50f5814d010b6d2cd79eec733a0d2bf1}.
A sample code which uses acknowledgement to ensure message developed C\# is provided in this these lists: \urllink{UPDSender}{https://gist.github.com/b1ngster/50f5814d010b6d2cd79eec733a0d2bf1} and \urllink{UPDReceiver}{https://gist.github.com/b1ngster/50f5814d010b6d2cd79eec733a0d2bf1}.

In an architecture that uses multiple servers to communicate using other protocols, the TCP can help the network become more resilient, as there can often be problems with the network and ports. This recently happened to me when my server's memory became exhausted, only connecting via serial port. Therefore, developing a class that encapsulates messaging protocols using the strategy pattern should be considered. Indeed, Chaos Engineering is used by Netflix to ensure it is resilient, so switching off different services could also be implemented.

Expand Down

0 comments on commit 4f3d707

Please sign in to comment.