Skip to content

Commit

Permalink
Removed obsolete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Mar 18, 2024
1 parent 8ea0718 commit 10911ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ecaludp/src/async_udpcap_socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ namespace ecaludp
{
while (true)
{
//TODO: Revise this function, it is very important, but currently not safe.

AsyncReceiveFromParameters next_async_receive_from_parameters{};

// Wait until there is somebody requesting some data. This is done by waiting for the callback queue to be non-empty.
Expand Down
2 changes: 1 addition & 1 deletion ecaludp/src/protocol/datagram_builder_v5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace ecaludp
{
if (buffer.size() > 0)
{
buffer_sequence_without_zero_sized_buffers.push_back(buffer);
buffer_sequence_without_zero_sized_buffers.push_back(buffer);
}
}

Expand Down

0 comments on commit 10911ad

Please sign in to comment.