Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 28, 2024
1 parent bdea8a8 commit a35085e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/org/jgroups/protocols/TP.java
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,6 @@ protected void _send(Message msg, Address dest) {
}
}



/**
* If the sender is null, set our own address. We cannot just go ahead and set the address anyway, as we might send
* a message on behalf of someone else, e.g. in case of retransmission, when the original sender has crashed.
Expand All @@ -1192,7 +1190,6 @@ protected void setSourceAddress(Message msg) {
msg.setSrc(local_addr);
}


public void passMessageUp(Message msg, byte[] cluster_name, boolean perform_cluster_name_matching,
boolean multicast, boolean discard_own_mcast) {
if(is_trace)
Expand Down

0 comments on commit a35085e

Please sign in to comment.