Have SLP accept unicast fragmented UDP packets to get more data
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@15011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
94790e7adb
commit
d6ac310ac4
@ -117,7 +117,7 @@ sub dodiscover {
|
||||
# receive untill there is none
|
||||
########################################
|
||||
while ($waitforsocket->can_read(0)) {
|
||||
my $peer = $args{'socket'}->recv($slppacket,1400,0);
|
||||
my $peer = $args{'socket'}->recv($slppacket,3000,0);
|
||||
push @peerarray, $peer;
|
||||
push @pkgarray, $slppacket;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user