mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
Minor edits
This commit is contained in:
@@ -75,7 +75,7 @@ struct udp_operations {
|
||||
*/
|
||||
struct udp_connection {
|
||||
/** Address of the remote end of the connection */
|
||||
struct sockaddr sin;
|
||||
struct sockaddr sa;
|
||||
/** Local port on which the connection receives packets */
|
||||
port_t local_port;
|
||||
/** Transmit buffer */
|
||||
|
||||
Reference in New Issue
Block a user