refactor: rename packet_craft.cpp/h to packet_builder.cpp/h
This commit is contained in:
@@ -611,7 +611,7 @@ uint16_t stellar_get_current_thread_index()
|
||||
}
|
||||
|
||||
// only send user crafted packet, can't send packet which come from network
|
||||
void stellar_send_crafted_packet(struct stellar *st, struct packet *pkt)
|
||||
void stellar_send_build_packet(struct stellar *st, struct packet *pkt)
|
||||
{
|
||||
uint16_t thr_idx = stellar_get_current_thread_index();
|
||||
struct packet_io *packet_io = stellar_get_packet_io(st);
|
||||
|
||||
Reference in New Issue
Block a user