VirtualBox

Ignore:
Timestamp:
Dec 26, 2013 2:38:39 AM (11 years ago)
Author:
vboxsync
Message:

On Windows use pxping_win.c based on crippled but unprivileged Icmp API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r49835 r50005  
    7070    pxudp.c \
    7171    pxdns.c \
    72     pxping.c \
    7372    fwtcp.c \
    7473    fwudp.c \
     
    7675    proxy_dhcp6ds.c \
    7776    proxy_tftpd.c
     77
     78ifeq ($(KBUILD_TARGET),win)
     79 # unprivileged Icmp API
     80 VBoxNetLwipNAT_SOURCES += pxping_win.c
     81else
     82 # raw sockets
     83 VBoxNetLwipNAT_SOURCES += pxping.c
     84endif
    7885
    7986VBoxNetLwipNAT_SOURCES.darwin  += rtmon_bsd.c
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette