Add a node-specific ip echo service to remove dependency on ifconfig.co (#4137)
This commit is contained in:
@@ -618,7 +618,7 @@ mod tests {
|
||||
use solana_sdk::system_transaction;
|
||||
use std::io;
|
||||
use std::io::Write;
|
||||
use std::net::{Ipv4Addr, SocketAddr, UdpSocket};
|
||||
use std::net::{SocketAddr, UdpSocket};
|
||||
|
||||
#[test]
|
||||
fn test_packets_set_addr() {
|
||||
|
Reference in New Issue
Block a user