Commit 30cd1164 authored by Joseph Noir's avatar Joseph Noir

Remove unneeded call

parent 914e17d6
...@@ -591,7 +591,7 @@ behavior basp_broker::make_behavior() { ...@@ -591,7 +591,7 @@ behavior basp_broker::make_behavior() {
} }
} else { } else {
// TODO: Do we need to handle available callbacks here? // TODO: Do we need to handle available callbacks here?
configure_datagram_size(msg.handle, 1500); //configure_datagram_size(msg.handle, 1500);
} }
}, },
// received from proxy instances // received from proxy instances
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment