mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
network: cleanup and improve network handling
- Merge encoded / plain messge handling to ensure fixes land in both - Fix some potential resource leaks spotted by Coverity [cleanup commit message] [fix merge conflicts] Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
3bd349a606
commit
1df5bc5dd2
5 changed files with 117 additions and 95 deletions
|
|
@ -15,16 +15,10 @@ int init_socket_runopts(const char *_ip, int _port, int _multicast_socket);
|
|||
/**
|
||||
* Send message via network.
|
||||
* @param msg
|
||||
* @param is_enc
|
||||
* @return
|
||||
*/
|
||||
int send_string(char *msg);
|
||||
|
||||
/**
|
||||
* Send encrypted message via network.
|
||||
* @param msg
|
||||
* @return
|
||||
*/
|
||||
int send_string_enc(char *msg);
|
||||
int send_string(char *msg, bool is_enc);
|
||||
|
||||
/**
|
||||
* Close socket.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue